Skip to content

Commit cb680b3

Browse files
authored
chore: upgrade cutlass to v4.0 (#460)
1 parent 6abf884 commit cb680b3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- "**/CMakeLists.txt"
1212
- ".github/workflows/build.yml"
1313
- "vcpkg.json"
14-
branches:
14+
branches:
1515
- main
1616

1717
pull_request:
@@ -40,9 +40,9 @@ jobs:
4040
matrix:
4141
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
4242
build_type: [Release]
43-
43+
4444
runs-on: [self-hosted, linux, x64, build]
45-
45+
4646
env:
4747
BUILD_TYPE: ${{ matrix.build_type }}
4848
# Tells vcpkg where binary packages are stored.

.github/workflows/package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
python: ["3.12"]
42-
cuda: ["12.6"]
42+
cuda: ["12.8"]
4343
torch: ["2.7.0"]
4444
runs-on: [self-hosted, linux, build]
4545
env:

third_party/cutlass

Submodule cutlass updated 424 files

tools/run_in_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ function usage() {
3030
echo "Examples:"
3131
echo " ${progname} cmake -G Ninja -S . -B build"
3232
echo " ${progname} cmake --build build --target all"
33-
echo " ${progname} -ni -d vectorchai/scalellm_devel:cuda12.1 -o '--gpus=all' ctest"
33+
echo " ${progname} -ni -d vectorchai/scalellm_devel:cuda12.8 -o '--gpus=all' ctest"
3434
echo ""
3535
exit 1
3636
}
3737

3838
(( $# < 1 )) && usage
3939

4040
# Default image
41-
IMAGE="vectorchai/scalellm_devel:cuda12.6"
41+
IMAGE="vectorchai/scalellm_devel:cuda12.8"
4242
RUN_OPTS=()
4343

4444
INTERACTIVE=1

0 commit comments

Comments
 (0)