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 --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 95ca8e0..2292e8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,4 +164,8 @@ install(CODE "execute_process\(\ install(CODE "execute_process\(\ COMMAND ${CMAKE_COMMAND} -E create_symlink \ ${GPGPUSIM_INSTALL_PATH}/$ \ - ${GPGPUSIM_INSTALL_PATH}/$.11.0\)") \ No newline at end of file + ${GPGPUSIM_INSTALL_PATH}/$.11.0\)") +install(CODE "execute_process\(\ + COMMAND ${CMAKE_COMMAND} -E create_symlink \ + ${GPGPUSIM_INSTALL_PATH}/$ \ + ${GPGPUSIM_INSTALL_PATH}/$.12\)") -- cgit v1.3