================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to