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
When using the launch file, I get the error below. I can recreate the error by simply running python and importing pytorch, and trying to access the gpu. See below. What are the hardware requirements for using aoc_fruit_detector?
import torch generates the following:
==== importing nvfuser failed ====
try run patch-nvfuser if https://github.com/NVIDIA/Fuser is installed via pip package
print(torch.cuda.is_available())
/usr/local/lib/python3.10/dist-packages/torch/cuda/init.py:107: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward compatibility was attempted on non supported HW (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:109.)
The text was updated successfully, but these errors were encountered:
This should potentially be added to the devcontainer setup.
Ensure host has cuda driver >= 520
KatherineJames
changed the title
[ISSUE]: Hardware requirements for aoc_fruit_detector?
[ISSUE]: Hardware requirements / nvfuser for aoc_fruit_detector?
Feb 24, 2025
Description
When using the launch file, I get the error below. I can recreate the error by simply running python and importing pytorch, and trying to access the gpu. See below. What are the hardware requirements for using aoc_fruit_detector?
import torch generates the following:
==== importing nvfuser failed ====
try run
patch-nvfuser
if https://github.com/NVIDIA/Fuser is installed via pip packageprint(torch.cuda.is_available())
/usr/local/lib/python3.10/dist-packages/torch/cuda/init.py:107: UserWarning: CUDA initialization: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward compatibility was attempted on non supported HW (Triggered internally at ../c10/cuda/CUDAFunctions.cpp:109.)
The text was updated successfully, but these errors were encountered: