-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running GPGPU-sim with NVIDIA driver, such an error occurs. #274
Comments
Perhaps you are using the latest version of NVCC compiler, and GPGPU-sim has not fully implemented all the APIs of CUDA language; Or even if the NVCC version you use is not the latest, but your CUDA executable uses the API that GPGPU-Sim has not yet implemented. List your experimental environment as much as possible, especially the .cu source code and compiler version. |
See also:
From here. |
Hi! May I ask you a problem about GPGPU-sim:
Thanks for your favourable reply. |
@masa-laboratory I can assume that, since this is used in the |
@nothingface0 When generating the memory accesses in a warp, the Thank you! |
@masa-laboratory |
@nothingface0 Thanks!. Have you been reading the source code of GPGPU-Sim? |
Hi, everyone. I use GPGPU-sim without any real cards. The program I simulate needs libcuda so I installed the NVIDIA driver. When I run the program, such an error occurs: "GPGPU-Sim PTX: Execution error: CUDA API function "cudaError_t cudaSetDeviceFlags(int)()" has not been implemented yet.
[$GPGPUSIM_ROOT/libcuda/cuda_runtime_api.cc around line 3771]"
The text was updated successfully, but these errors were encountered: