[clang] [clang] Add cuda-path arguments to failing test (PR #84008)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 5 05:19:26 PST 2024


jhuber6 wrote:

> It definitely doesn't work for the "pure" CUDA invocations, it still finds my local installation and complains. It might work for the OpenMP invocations, but hard to tell for me on a system with CUDA installed. As it's a `.cu` test after all, I think I would prefer the uniformity of passing `--cuda-path` everywhere and be safe from any weird interaction.

Might need `-nogpulib -nogpuinc` in those cases, we do that in other `.cu` files in the test suite.

https://github.com/llvm/llvm-project/pull/84008


More information about the cfe-commits mailing list