From 16c0a979bdf21c502088095f76619d4e2c279a0d Mon Sep 17 00:00:00 2001 From: Connie120 Date: Sat, 22 Feb 2025 17:09:10 -0500 Subject: 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 Co-authored-by: Tim Rogers * 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 Co-authored-by: Tim Rogers * 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 * Updated docker image * Update CMakeLists.txt Support CUDA 12 --------- Co-authored-by: Ahmad Alawneh Co-authored-by: Tor Aamodt Co-authored-by: Tim Rogers Co-authored-by: Ni Kang --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github/workflows/cmake.yml') diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c0a22eb..c37bd41 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -18,7 +18,7 @@ jobs: build-TITANV: runs-on: ubuntu-latest container: - image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7 + image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 env: CONFIG: TITANV @@ -32,7 +32,7 @@ jobs: build-TITANV-LOCALXBAR: runs-on: ubuntu-latest container: - image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7 + image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 env: CONFIG: TITANV-LOCALXBAR @@ -46,7 +46,7 @@ jobs: build-QV100: runs-on: ubuntu-latest container: - image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7 + image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 env: CONFIG: QV100 @@ -60,7 +60,7 @@ jobs: build-2060: runs-on: ubuntu-latest container: - image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7 + image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 env: CONFIG: RTX2060 @@ -74,7 +74,7 @@ jobs: build-3070: runs-on: ubuntu-latest container: - image: tgrogers/accel-sim_regress:Ubuntu-22.04-cuda-11.7 + image: ghcr.io/accel-sim/accel-sim-framework:ubuntu-24.04-cuda-12.8 env: CONFIG: RTX3070 -- cgit v1.3