summaryrefslogtreecommitdiff
path: root/libcuda/cuda_api.h
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.
2019-09-13Add missing changes to the libcuda dirNick
2019-06-09updating the APUtgrogers
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.
2018-08-14added symbols that pytorch needs; implemented cuDeviceGet, cuDeviceGetName, ↵J
cuDeviceGetAttribute; cuGetExportTable and cuDeviceTotalMem has dummy values