[all-commits] [llvm/llvm-project] 3de162: [Offload] Fix using old deprecated CUDA root varia...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jun 21 08:08:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3de162fee44376b3857c73958d656f76b17e50f5
https://github.com/llvm/llvm-project/commit/3de162fee44376b3857c73958d656f76b17e50f5
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-06-21 (Fri, 21 Jun 2024)
Changed paths:
M offload/test/CMakeLists.txt
M offload/test/lit.site.cfg.in
Log Message:
-----------
[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`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list