[PATCH] D18171: [CUDA][OpenMP] Create generic offload action

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 17:26:37 PDT 2016


sfantao marked an inline comment as done.

================
Comment at: test/Driver/cuda_phases.cu:2
@@ +1,3 @@
+// Tests the phases generated for a CUDA offloading target for different
+// combinations of:
+// - Number of gpu architectures;
----------------
Oh, ok. Thought that the registration of the targets was checked after the phases generation. I added the `REQUIRES` and comments in the test.

I'm still using the explicit target architecture in the commands given that it is also being matched in the tests. Let me know if you prefer to use a wildcard in the tests instead. 


http://reviews.llvm.org/D18171





More information about the cfe-commits mailing list