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
Describe the bug
I wrote a small program to compare Taichi and numpy, where Taichi function is supposed to run on Nvidia GPUs on TACC, the supercomputer maintained by the University of Texas System. However, the Taichi kernel degrades automatically to CPU. When I check GPU working status as program run, no job is running. My doubt was confirmed by setting (arch = ti.cuda and arch=ti.cpu). The run times are equal. Can someone with experience of using GPUs on supercomputers help? I appreciate your help ahead.
Update: the TACC staff said he think Taichi developers may help after I showed him my code and the error file. He said the problem should not be the CUDA installation on the TACC side.
Describe the bug
I wrote a small program to compare Taichi and numpy, where Taichi function is supposed to run on Nvidia GPUs on TACC, the supercomputer maintained by the University of Texas System. However, the Taichi kernel degrades automatically to CPU. When I check GPU working status as program run, no job is running. My doubt was confirmed by setting (arch = ti.cuda and arch=ti.cpu). The run times are equal. Can someone with experience of using GPUs on supercomputers help? I appreciate your help ahead.
Update: the TACC staff said he think Taichi developers may help after I showed him my code and the error file. He said the problem should not be the CUDA installation on the TACC side.
The simple code is shown here:
taichi_computation_trial.txt
I attached the errors here:
slurm-733695.txt
The text was updated successfully, but these errors were encountered: