[PATCH] D20388: AMDGPU: Fix supported CL features
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 11:48:07 PDT 2016
arsenm added inline comments.
================
Comment at: lib/Basic/Targets.cpp:2111
@@ -2110,3 @@
- Opts.cl_khr_d3d10_sharing = 1;
- Opts.cl_khr_subgroups = 1;
-
----------------
What is the current problem with subgroups? There's no reason we can't support this
Repository:
rL LLVM
http://reviews.llvm.org/D20388
More information about the llvm-commits
mailing list