Ilies CHERGUI
Ilies CHERGUI
Hi @luigifcruz kindly check the online documentation for CUDA Toolkit `12.2` system requirements. https://docs.nvidia.com/cuda/archive/12.2.2/cuda-installation-guide-linux/index.html#system-requirements The recommendation is to use `GCC` version `11.4` Based on my humble experience with CUDA and...
* Running a basic tests on the `Jetson Orin AGX` devkit ``` nvidia@tegra-ubuntu:~$ python3 Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or...
Closing this PR since this patch is needed only for OE.
Thanks @jakirkham for your quick reply. 1- `CUDA ToolKit` version `12.2.0` 2- I'm using Yocto recipes to install the CUDA dependency 3- I'm using `GCC` version `13.2.0` 4- Python version...
Is the `CUDA-Python` `12.4.0` compatible with CUDA ToolKit 12.2.0 ?
@jakirkham I updated my previous comment
@jakirkham I could reproduce the issue when building natively in the `Jetson Orin AGX` ``` compile options: '-Icuda -I/usr/include -I/usr/local/cuda-12.2//include -I/usr/include/python3.10 -c' extra options: '-std=c++14 -fpermissive -Wno-deprecated-declarations -D _GLIBCXX_ASSERTIONS -fno-var-tracking-assignments...
Hi @jakirkham I tried to build the latest changes in `cuda-python` with CUDA Toolkit `12.4.0` It doesn't work. I think that the `setup.cfg` file is missing Kindly see below ```...
I will fix this issue. I will send a PR shortly
Thanks @leofang for your reply. I will check that. Are you planning to back port the fix mentioned by @jakirkham from `12.4.0` to `12.2.0` ? This is a blocker for...