summaryrefslogtreecommitdiff
path: root/linux-so-version.txt
AgeCommit message (Collapse)Author
2025-02-18A bunch of maintenance fixes, the largest of which is getting the PTX ↵Tim Rogers
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.
2020-06-10CUDA 11 supporttgrogers
2019-06-09A bunch of boilerbplate to get 10.1 to compile. Still does not yet run. The ↵tgrogers
way CUDA calls kerenels (even on old code) has changed.
2019-05-17Stuff needed for other version of CUDA 9tgrogers
2018-08-13added cuda driver apiJ
2018-03-24The new CUDAs complain about version info not being embedded into the so ↵tgrogers
file. Having gpgpu-sim ebed some version info to stop the error complaints