| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-11 | Enabled CUDA 10. Added implementations for __cudaPushCallConfiguration and ↵ | bftf | |
| __cudaPopCallConfiguration, neither of which are documented in the CUDA API but they preceed any cudaLaunchKernel() call and push the call configuration on a stack which is then popped when cudaLaunchKernel() is called. Currently the max stack size is 1, an assert will be triggered when this is violated. | |||
| 2019-05-17 | Stuff needed for other version of CUDA 9 | tgrogers | |
| 2018-08-13 | added cuda driver api | J | |
| 2018-03-24 | The 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 | |||
