Replies: 4 comments 2 replies
-
The error points you to an incomplete type:
However, The only way this can happen is when you mix different versions of CCCL. Could it be that you have a separate |
Beta Was this translation helpful? Give feedback.
-
So |
Beta Was this translation helpful? Give feedback.
-
@miscco I have both CUDA 12.5 and CCCL 2.4.0 installed under the same folder Cheers |
Beta Was this translation helpful? Give feedback.
-
@jiapei100 to answer the larger question of "What is the relationship between CUDA and CCCL", CCCL is included by default with the CUDA Toolkit. You can download the CUDA toolkit and include a CCCL header like We also support using a newer version of CCCL in case you want to upgrade CCCL without upgrading the version of the CTK you're using. For more details, you can see https://github.com/NVIDIA/cccl?tab=readme-ov-file#platform-support |
Beta Was this translation helpful? Give feedback.
-
I got CUDA 12.5 installed, as well as CCCL 2.4.0
But, it looks there are some incompatility?
I got a couple of folders included
/usr/local/cuda/include
But, when I tried to build OpenCV 4.10, I obtained the following ERROR messages:
Well, I tried to solve my compilation issue from [https://github.com/opencv/opencv_contrib/issues/3690].(opencv/opencv_contrib#3690). However, it turns out CCCL is the solution .
Anyway, can anybody give me some suggestions?
Cheers
Pei
Beta Was this translation helpful? Give feedback.
All reactions