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
[CUDA][HIP][TEST-E2E] Include the necessary environment paths during the test-e2e build for CUDA and HIP backends. (#12606)
Include the necessary environment paths during the test-e2e build for
`CUDA` and `HIP` backends.
The absence of the added path leads to the inability to locate libdevice
for specific architectures, resulting in a failure.
Below is the reported error when expected `CUDA_PATH` is missing
`
clang++: error: cannot find libdevice for `sm_50`; provide path to
different `CUDA` installation via '--cuda-path', or pass '-nocudalib' to
build without linking with libdevice
`
0 commit comments