You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Standalone GPGPUSIM works fine with the above set-up and the example program run successfully.
After installing the PyTorch_GPGPUSIM and setting the PYTORCH_BIN = /usr/.../CUDA-9.1/.../libcudnn.so, the above mentioned programs fail to execute. The simulator extracts a large number of PTX files from libcudnn and the simulator generates syntax and parse errors.
Issue: Syntax and Parse errors in the libcudnn ptx files.
(I have also raised the same issue here: gpgpu-sim/gpgpu-sim_distribution#93 )
Set up:
GPGPUSIM version 4.0.0
GCC: 4.9.4
CUDA: 9.1
CUDNN: 7.1
PYTORCH_BIN: /usr/local/cuda-9.1/lib64/libcudnn.so
Program: saxpy.cu link: https://devblogs.nvidia.com/easy-introduction-cuda-c-and-c/
Description: Standalone GPGPUSIM works fine with the above set-up and the example program run successfully.
After installing the PyTorch_GPGPUSIM and setting the PYTORCH_BIN = /usr/.../CUDA-9.1/.../libcudnn.so, the above mentioned programs fail to execute. The simulator extracts a large number of PTX files from libcudnn and the simulator generates syntax and parse errors.
Simulation log file attached here.
out_pytorch_sm70.txt
Thank you.
The text was updated successfully, but these errors were encountered: