Commit 5fc8472
authored
[SYCL][E2E] Use
For ROCm installations that aren't just in `/opt/rocm`, `clang` uses
`ROCM_PATH` at runtime to find the ROCm device libraries, and this is
done even in regular SYCL compilation. So this is needed for lit tests
in certain configurations.
This was accidentally removed in
intel/llvm#17692 it doesn't cause any issues in
the CI because the CI has ROCm installed in the standard `/opt/rocm`,
but it causes issues on local setups.
Also remove `--rocm-path` on Windows, this should be covered by
`ROCM_PATH`.ROCM_PATH from the system environment (#18468)1 parent 5372698 commit 5fc8472
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
544 | 548 | | |
545 | 549 | | |
546 | 550 | | |
| |||
0 commit comments