accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
307 stars 117 forks source link

`cudaFuncSetCacheConfig` not supported in GPGPU-Sim #330

Open William-An opened 2 months ago

William-An commented 2 months ago

Looks like the function cudaFuncSetCacheConfig by default gpgpu-sim config will just disable the L1 cache, but I am not sure if modern CUDA programs actually use this function at all.