-
Notifications
You must be signed in to change notification settings - Fork 34
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
RuntimeError: NVRTC error when convert model #16
Comments
Hi By the way, I found something in TensorRT install guide: Note: If you are developing an application that is being compiled with CUDA 11.2 or you are using CUDA 11.2 libraries to run your application, then you must install CUDA 11.1 using either the Debian/RPM packages or using a CUDA 11.1 tar/zip/exe package. NVRTC from CUDA 11.1 is a runtime requirement of TensorRT and must be present to run TensorRT applications. If you are using the network repo installation method, this additional step is not needed. not sure if it related or not. |
I found maybe |
Simple
|
Hi, |
Driver Version: 440.64 |
This error occurs when I convert any model, the error log is
cooperative_groups_helpers.h(87): error: identifier "cudaCGSynchronizeGrid" is undefined
1 error detected in the compilation of "generatedNativePointwise".
Traceback (most recent call last): File "/media/xxx/datadist/proj/skull_stripping_seg/convert_model2trt.py", line 47, in <module> model_trt = torch2trt_dynamic(model, [x], fp16_mode=False) File "/home/xxx/anaconda3/envs/py37/lib/python3.7/site-packages/torch2trt_dynamic/torch2trt_dynamic.py", line 565, in torch2trt_dynamic engine = builder.build_engine(network, config)
RuntimeError: NVRTC error:
The official torch2trt works with no error.
Is there any idea to solve this?
The text was updated successfully, but these errors were encountered: