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,
thanks for the code.
i built the extension as mentioned in the readme: python setup.py build_ext --inplace. it went fine.
i run this example that was also provided in the readme,
i am having trouble with cuda extensions. same thing here with PermutohedralLattice.
i tried another server with different hardware, and got the same error.
any idea how to fix this? does this has something to do with compute capability?
i really appreciate your help
the issue build_hash CUDA kernel failure: invalid device function was solved by fixing the nvcc paths.
however, the code above still raises an error, a new one,
Unsupported ref_dim/val_dim combination (5, 32), generate a new dispatch table using 'make_gfilt_dispatch.py'.
closing because the error is not related.
please feel free to add comments on how to fix the new error.
thanks
hi,
thanks for the code.
i built the extension as mentioned in the readme:
python setup.py build_ext --inplace
. it went fine.i run this example that was also provided in the readme,
i got this error:
the error happens right when calling the cuda extension:
crfrnn_layer/crfrnn/crf.py
Line 101 in d4223d8
and it does not say much.
i am having trouble with cuda extensions. same thing here with PermutohedralLattice.
i tried another server with different hardware, and got the same error.
any idea how to fix this? does this has something to do with compute capability?
i really appreciate your help
config:
conda virtual env:
conda create -n env_test python=3.7
python 3.7.9
pytorch 1.9.0 installed with conda install pytorch==1.9.0 torchvision==0.10.0 cudatoolkit=11.1 -c pytorch -c nvidia
cv2 4.1.2
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
CUDA Version with nvcc-smi: 11.1
gpu: tesla p100 (compute capa. 6.0 )
nvisia-smi:
NVIDIA-SMI 455.32.00
Driver Version: 455.32.00
please let me know if you need more info to reproduce this error.
thanks
The text was updated successfully, but these errors were encountered: