================
Comment at: lib/Basic/Targets.cpp:5416
@@ +5415,3 @@
+    HSAIL_NONE,
+    HSAIL_KAVERI
+  } Device;
----------------
Do we need an HSAIL_CARRIZO target too?

================
Comment at: lib/Basic/Targets.cpp:5482
@@ +5481,3 @@
+    if (FullProfile && Opts.OpenCL) {
+      Builder.defineMacro("cl_khr_fp64");
+    }
----------------
There should be more defines here, like in this patch: 
http://reviews.llvm.org/D10601

http://reviews.llvm.org/D10586

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to