Files
clang-p2996/offload/test
Joseph Huber 3de162fee4 [Offload] Fix using old deprecated CUDA root variable (#96307)
Summary:
This variable isn't being set properly since we moved to the new way to
find the CUDA directory. That means this variable was just unset the
whole time. This patch adds it in by calculating it using the binary
directory so it can be passed to `--cuda-path`.
2024-06-21 10:08:05 -05:00
..