gpgpu-sim / gpgpu-sim_distribution

GPGPU-Sim provides a detailed simulation model of contemporary NVIDIA GPUs running CUDA and/or OpenCL workloads. It includes support for features such as TensorCores and CUDA Dynamic Parallelism as well as a performance visualization tool, AerialVisoin, and an integrated energy model, GPUWattch.
Other
1.07k stars 500 forks source link

UVM support #255

Open shiyuw3 opened 2 years ago

shiyuw3 commented 2 years ago

Hi I notice that https://github.com/gpgpu-sim/gpgpu-sim_distribution/pull/219 aims to support UVM, but it fails on my simple oversubscription case (also, the corresponding MR seems failing on jenkins), is there any official plan on supporting this feature?

NikhilMolugu commented 2 years ago

Hey, What do you mean by fails? Segmentation fault? try checking the dependencies. When cloning and executing on different machines my own UVM is segfaulting on one machine and working on one machine.