weird, XLA_FLAGS cuda data dir wasn't needed before

libdevice not found at ./libdevice.10.bc
This commit is contained in:
Starbeamrainbowlabs 2023-02-10 13:28:34 +00:00
parent e43274cd91
commit 747ddfd41b
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@ module load utilities/multi
module load readline/7.0
module load gcc/10.2.0
module load cuda/11.5.0
export XLA_FLAGS="--xla_gpu_cuda_data_dir=/home/ViperAppsFiles/cuda/11.5.0"; # weird... this wasn't needed before?
module load python/anaconda/4.6/miniconda/3.7

View file

@ -16,6 +16,7 @@ module load utilities/multi
module load readline/7.0
module load gcc/10.2.0
module load cuda/11.5.0
export XLA_FLAGS="--xla_gpu_cuda_data_dir=/home/ViperAppsFiles/cuda/11.5.0"; # weird... this wasn't needed before?
module load python/anaconda/4.6/miniconda/3.7