Open cycle-five opened 1 day ago
It appears to me that you're having some driver issues can I have you try the following
$ find / -type d -name nvvm 2>/dev/null /usr/lib/cuda/nvvm $ cd /usr/lib/cuda/nvvm /usr/lib/cuda/nvvm$ ls libdevice /usr/lib/cuda/nvvm$ cd libdevice /usr/lib/cuda/nvvm/libdevice$ ls libdevice.10.bc
And then set your environment variable like so export XLA_FLAGS=--xla_gpu_cuda_data_dir=/usr/lib/cuda #or (=/path/to/cuda) and let me know how that works
So this is what the issue currently is, still googling
Did you say there was something with directories that I needed to do?