diff options
| author | Tim Rogers <[email protected]> | 2025-02-18 10:29:07 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-18 15:29:07 +0000 |
| commit | 287fe0aa17ec1ac5bdd595ca6e89aa97464bcac7 (patch) | |
| tree | cf52817b95b99f61cf494af5536e32bf6d2889e3 /linux-so-version.txt | |
| parent | 7934dfea8a6f44f592866414189970ef9ff994d6 (diff) | |
A bunch of maintenance fixes, the largest of which is getting the PTX simulation to work with CUDA 12. (#95)
* Fixing the formatter to always use a consistent format and running it on the codebase
* Update linux-so-version.txt
* Update Makefile
* A couple of unnecessary files that are lingering around
* Support CUDA 12
* Getting the PTX simulations to work with CUDA 12. The issue is that ptxas added more information (number of barriers and compile time). We have to parse these or lexx/yacc fail.
* Update ptxinfo.l
debug MACRO was ineffective
* Update gpgpusim_check.cmake
Update to make the CUDA version print a warning, not an error and updating the print to be more reflective of what the actual problem is.
Diffstat (limited to 'linux-so-version.txt')
| -rw-r--r-- | linux-so-version.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-so-version.txt b/linux-so-version.txt index 3db07ac..55d3727 100644 --- a/linux-so-version.txt +++ b/linux-so-version.txt @@ -10,5 +10,7 @@ libcudart.so.10.1{ }; libcudart.so.11.0{ }; +libcudart.so.12{ +}; libcuda.so.1{ }; |
