yaxunl marked an inline comment as done.
yaxunl added inline comments.
================
Comment at: clang/lib/CodeGen/CGCall.cpp:2391
if (TargetDecl->hasAttr<OpenCLKernelAttr>()) {
if (getLangOpts().OpenCLVersion <= 120) {
----------------
scchan wrote:
> The block here needs to be aware of this new flag.
Now that `-foffload-uniform-block` has the same default value as
`-cl-uniform-work-group-size` for OpenCL. we can make
`-cl-uniform-work-group-size` an alias to `-foffload-uniform-block`. will update
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155213/new/
https://reviews.llvm.org/D155213
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits