diff options
| author | bftf <[email protected]> | 2019-11-11 12:29:15 -0800 |
|---|---|---|
| committer | bftf <[email protected]> | 2019-11-11 12:55:02 -0800 |
| commit | 555cce395bb8457a209b26f6f7ff62cc09839fdf (patch) | |
| tree | af7022e7396572b04589036494a82794e866c7bb /CHANGES | |
| parent | d10ff4bf1fab969cabb69febb895ead4b377a778 (diff) | |
Enabled CUDA 10. Added implementations for __cudaPushCallConfiguration and __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.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ Version 4.0.0 (development branch) versus 3.2.3 3- Addig new system stats: gpu occupancy, L2BW, etc -Library: 1 Enabled CUTLASS Library on GPGPU-Sim +2 Enabled CUDA 10 -Regression: 1- Added TensorCore Regression Kernel -Configs: |
