b-sumner added inline comments.
================ Comment at: clang/lib/CodeGen/TargetInfo.cpp:8123 + // --gpu-max-threads-per-block=n or its default value for HIP. + const unsigned OpenCLMaxWorkGroupSize = 256; + const unsigned MaxWorkGroupSize = ---------------- I'd like to see the word default, e.g. OpenCLDefaultMaxWorkGroupSize, used more since that is what this is about. Ideally the option would have been named gpu-default-max-threads-per-block, but I suppose I can see why it was shortened. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76795/new/ https://reviews.llvm.org/D76795 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits