Skip to content
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

Can not find CUDA #8535

Open
maohaotian opened this issue May 30, 2024 · 0 comments
Open

Can not find CUDA #8535

maohaotian opened this issue May 30, 2024 · 0 comments
Labels
question Question on using Taichi

Comments

@maohaotian
Copy link

When I run "ti diagnose", I got

`
[Taichi] version 1.5.0, llvm 15.0.4, commit 7b885c2, linux, python 3.9.19


** Taichi Programming Language **


Docs: https://docs.taichi-lang.org/
GitHub: https://github.com/taichi-dev/taichi/
Forum: https://forum.taichi.graphics/

Taichi system diagnose:

python: 3.9.19 (main, May 6 2024, 19:43:03)
[GCC 11.2.0]
system: linux
executable: /mnt/data/public/anaconda3/envs/PhysGaussian/bin/python
platform: Linux-5.15.0-107-generic-x86_64-with-glibc2.31
architecture: 64bit ELF
uname: uname_result(system='Linux', node='qwe-SYS-420GP-TNR', release='5.15.0-107-generic', version='#117~20.04.1-Ubuntu SMP Tue Apr 30 10:35:57 UTC 2024', machine='x86_64')
locale: en_US.UTF-8
PATH: /mnt/data/public/anaconda3/envs/PhysGaussian/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PYTHONPATH: ['/mnt/data/public/anaconda3/envs/PhysGaussian/bin', '/mnt/data/public/anaconda3/envs/PhysGaussian/lib/python39.zip', '/mnt/data/public/anaconda3/envs/PhysGaussian/lib/python3.9', '/mnt/data/public/anaconda3/envs/PhysGaussian/lib/python3.9/lib-dynload', '/mnt/data/public/anaconda3/envs/PhysGaussian/lib/python3.9/site-packages', '/home/maohaotian/PhysGaussian/gaussian-splatting/submodules/diff-gaussian-rasterization', '/home/maohaotian/PhysGaussian/gaussian-splatting/submodules/simple-knn']

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal

import: <module 'taichi' from '/mnt/data/public/anaconda3/envs/PhysGaussian/lib/python3.9/site-packages/taichi/init.py'>

cc: False
cpu: True
metal: False
opengl: True
[W 05/31/24 01:39:22.030 532488] [cuda_driver.cpp:CUDADriver@64] The Taichi CUDA backend requires at least CUDA 10.0, got v0.0.
cuda: False
vulkan: True

glewinfo not available: [Errno 2] No such file or directory: 'glewinfo'

Fri May 31 01:39:24 2024
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14 Driver Version: 550.54.14 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA GeForce RTX 4090 Off | 00000000:4F:00.0 Off | Off |
| 31% 21C P8 30W / 450W | 6327MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
| 1 NVIDIA GeForce RTX 4090 Off | 00000000:52:00.0 Off | Off |
| 30% 23C P8 14W / 450W | 5MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
| 2 NVIDIA GeForce RTX 4090 Off | 00000000:D5:00.0 Off | Off |
| 30% 23C P8 13W / 450W | 5MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
| 3 NVIDIA GeForce RTX 4090 Off | 00000000:D6:00.0 Off | Off |
| 30% 22C P8 16W / 450W | 3MiB / 24564MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
| 0 N/A N/A 162098 C python 6288MiB |
+-----------------------------------------------------------------------------------------+

[Taichi] version 1.5.0, llvm 15.0.4, commit 7b885c2, linux, python 3.9.19

[Taichi] version 1.5.0, llvm 15.0.4, commit 7b885c2, linux, python 3.9.19
[Taichi] Starting on arch=x64
`
I reinstalled Cuda but it still hasn't worked. I confirm that I have correctly configured the cuda path and my pytorch is running normally.I am extremely anxious now

@maohaotian maohaotian added the question Question on using Taichi label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question on using Taichi
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant