
The problem described in commit ec682ff22a
(ci: Update to ROCm 6 HIP on
Fedora 41, 2024-12-02, v3.31.2~3^2) occurs here too. Move the CI work
directory to a path without spaces.
Issue: #25932
5 lines
158 B
Bash
5 lines
158 B
Bash
export HIP_PLATFORM=nvidia
|
|
export CUDA_PATH=/usr/local/cuda-12.6
|
|
export PATH=/usr/local/cuda-12.6/bin:$PATH
|
|
export LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64
|