- I use orin nx 8G with r35.4.1 rootfs.
- I download the latest cuda12.2 & install it
- when use cudaGetDeviceCount , only got a 0 value.
int device_count = 0;
cudaGetDeviceCount(&device_count);
printf(“get dev cnt = %d\n”, device_count);
------ when running the code will got: get dev cnt = 0
Question: whether orin nx can use cuda12.2 or not?
btw: when use cuda 11.4, function can got device_count = 1.
thanks