[PATCH] D141051: [CUDA][HIP] Add support for `--offload-arch=native` to CUDA and refactor
Steven Johnson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 12 12:34:29 PST 2023
srj added a comment.
For reasons that aren't yet clear to me, this change is failing to compile when using gcc-7 and targeting 32-bit targets; the error is of the form
AMDGPU.cpp:773:10: error: could not convert ‘GPUArchs’ from ‘llvm::SmallVector<std::__cxx11::basic_string<char>, 1>’ to ‘llvm::Expected<llvm::SmallVector<std::__cxx11::basic_string<char> > >’
return GPUArchs;
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141051/new/
https://reviews.llvm.org/D141051
More information about the cfe-commits
mailing list