[clang] [llvm] [LLVM][Triple][NFCI] Add function to test for GPU offloading triples (PR #126956)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 13 07:11:18 PST 2025
================
@@ -1109,6 +1109,11 @@ class Triple {
Env == llvm::Triple::EABIHF;
}
+ /// Tests if the target represents a GPU which can be offloaded to.
+ bool isOffloadingTargetGPU() const {
----------------
sarnex wrote:
sure, thats good point. i think doing that will resolve your other comment about SPIR-V being a gpu. ill implement this.
https://github.com/llvm/llvm-project/pull/126956
More information about the cfe-commits
mailing list