[PATCH] D20388: AMDGPU: Fix supported CL features
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri May 27 16:06:09 PDT 2016
arsenm added inline comments.
================
Comment at: test/Misc/r600.languageOptsOpenCL.cl:4
@@ +3,3 @@
+// RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu cypress
+// RUN: %clang_cc1 -x cl -cl-std=CL %s -verify -triple r600-unknown-unknown -target-cpu turks -DTURKS
+// RUN: %clang_cc1 -x cl -cl-std=CL1.1 %s -verify -triple r600-unknown-unknown -target-cpu cayman
----------------
We should probably add builtin device macros for these
Repository:
rL LLVM
http://reviews.llvm.org/D20388
More information about the cfe-commits
mailing list