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
Hi, I'm having issue with gpgpu-sim with pytorch when testing mnist program.
I use shared library when building pytorch :libcudnn.so libcublas.so
And when mnist program is trying to call "nn.linear" function, it gives me this error:
RuntimeError: cublas runtime error : library not initialized at /home/user/pytorch-gpgpu-sim/aten/src/THC/THCGeneral.cpp:333
Anyone have any idea ho to bypass this issue?
Set up:
GPGPUSIM version 4.2.0
GCC: 5.4
CUDA: 8.0.61
CUDNN: 7.1.4
PYTORCH_BIN: /home/wentian/.local/lib/python2.7/site-packages/torch/lib/libcaffe2_gpu.so
The text was updated successfully, but these errors were encountered:
I am unfamiliar with this error, but would strongly encourage you to use Accel-Sim instead, which uses GPGPU-Sim in general, but has much better support for library code like this.
Hi, I'm having issue with gpgpu-sim with pytorch when testing mnist program.
I use shared library when building pytorch :libcudnn.so libcublas.so
And when mnist program is trying to call "nn.linear" function, it gives me this error:
RuntimeError: cublas runtime error : library not initialized at /home/user/pytorch-gpgpu-sim/aten/src/THC/THCGeneral.cpp:333
Anyone have any idea ho to bypass this issue?
Set up:
GPGPUSIM version 4.2.0
GCC: 5.4
CUDA: 8.0.61
CUDNN: 7.1.4
PYTORCH_BIN: /home/wentian/.local/lib/python2.7/site-packages/torch/lib/libcaffe2_gpu.so
The text was updated successfully, but these errors were encountered: