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
python3 correspondence.py --test-only loss/nll --print-compiler-errors
Traceback (most recent call last):
File "/nfs/stak/users/sadighia/.local/lib/python3.9/site-packages/torch/init.py", line 318, in _load_global_deps
ctypes.CDLL(global_deps_lib_path, mode=ctypes.RTLD_GLOBAL)
File "/usr/lib64/python3.9/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libcudart.so.12: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/nfs/stak/users/sadighia/capstone/ChAI/test/correspondence/correspondence.py", line 4, in
import torch
File "/nfs/stak/users/sadighia/.local/lib/python3.9/site-packages/torch/init.py", line 404, in
_load_global_deps()
File "/nfs/stak/users/sadighia/.local/lib/python3.9/site-packages/torch/init.py", line 362, in _load_global_deps
_preload_cuda_deps(lib_folder, lib_name)
File "/nfs/stak/users/sadighia/.local/lib/python3.9/site-packages/torch/init.py", line 302, in _preload_cuda_deps
raise ValueError(f"{lib_name} not found in the system path {sys.path}")
ValueError: libcublas.so.*[0-9] not found in the system path ['/nfs/stak/users/sadighia/capstone/ChAI/test/correspondence', '/usr/lib64/python39.zip', '/usr/lib64/python3.9', '/usr/lib64/python3.9/lib-dynload', '/nfs/stak/users/sadighia/.local/lib/python3.9/site-packages', '/usr/local/lib64/python3.9/site-packages', '/usr/local/lib/python3.9/site-packages', '/usr/lib64/python3.9/site-packages', '/usr/lib/python3.9/site-packages']
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Still needs debugging. Not sure what I'm doing wrong.
I map the string argument to integers in NDArray.chpl and unmap in bridge.cpp.