Skip to content

Commit 16c0a97

Browse files
Connie120LAhmosaamodttgrogersNi Kang
authored
Changed to use the new image (#89)
* Gcc13 support (#87) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. * fix gcc13 unit64 missing header --------- Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> * Cuda12 support (#86) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. * added support to cuda 12, by predicating texuture cache * format code --------- Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> * Changed to use the new image * merge upstream (#88) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. --------- Co-authored-by: Tor Aamodt <[email protected]> * Updated docker image * Update CMakeLists.txt Support CUDA 12 --------- Co-authored-by: Ahmad Alawneh <[email protected]> Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> Co-authored-by: Ni Kang <[email protected]>
1 parent 360d856 commit 16c0a97

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

.github/workflows/accelsim.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build-QV100:
2323
runs-on: ubuntu-latest
2424
container:
25-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
25+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:

.github/workflows/cmake.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build-TITANV:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
21+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
2222
env:
2323
CONFIG: TITANV
2424

@@ -32,7 +32,7 @@ jobs:
3232
build-TITANV-LOCALXBAR:
3333
runs-on: ubuntu-latest
3434
container:
35-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
35+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
3636
env:
3737
CONFIG: TITANV-LOCALXBAR
3838

@@ -46,7 +46,7 @@ jobs:
4646
build-QV100:
4747
runs-on: ubuntu-latest
4848
container:
49-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
49+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
5050
env:
5151
CONFIG: QV100
5252

@@ -60,7 +60,7 @@ jobs:
6060
build-2060:
6161
runs-on: ubuntu-latest
6262
container:
63-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
63+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
6464
env:
6565
CONFIG: RTX2060
6666

@@ -74,7 +74,7 @@ jobs:
7474
build-3070:
7575
runs-on: ubuntu-latest
7676
container:
77-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
77+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
7878
env:
7979
CONFIG: RTX3070
8080

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build-TITANV:
1919
runs-on: ubuntu-latest
2020
container:
21-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
21+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
2222
env:
2323
CONFIG: TITANV
2424

@@ -32,7 +32,7 @@ jobs:
3232
build-TITANV-LOCALXBAR:
3333
runs-on: ubuntu-latest
3434
container:
35-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
35+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
3636
env:
3737
CONFIG: TITANV-LOCALXBAR
3838

@@ -46,7 +46,7 @@ jobs:
4646
build-QV100:
4747
runs-on: ubuntu-latest
4848
container:
49-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
49+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
5050
env:
5151
CONFIG: QV100
5252

@@ -60,7 +60,7 @@ jobs:
6060
build-2060:
6161
runs-on: ubuntu-latest
6262
container:
63-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
63+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
6464
env:
6565
CONFIG: RTX2060
6666

@@ -74,7 +74,7 @@ jobs:
7474
build-3070:
7575
runs-on: ubuntu-latest
7676
container:
77-
image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7
77+
image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8
7878
env:
7979
CONFIG: RTX3070
8080

CMakeLists.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,8 @@ install(CODE "execute_process\(\
164164
install(CODE "execute_process\(\
165165
COMMAND ${CMAKE_COMMAND} -E create_symlink \
166166
${GPGPUSIM_INSTALL_PATH}/$<TARGET_FILE_NAME:cudart> \
167-
${GPGPUSIM_INSTALL_PATH}/$<TARGET_FILE_NAME:cudart>.11.0\)")
167+
${GPGPUSIM_INSTALL_PATH}/$<TARGET_FILE_NAME:cudart>.11.0\)")
168+
install(CODE "execute_process\(\
169+
COMMAND ${CMAKE_COMMAND} -E create_symlink \
170+
${GPGPUSIM_INSTALL_PATH}/$<TARGET_FILE_NAME:cudart> \
171+
${GPGPUSIM_INSTALL_PATH}/$<TARGET_FILE_NAME:cudart>.12\)")

0 commit comments

Comments
 (0)