[PATCH] D77923: OpenCL: Fix some missing predefined macros

Jan Vesely via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 11 21:52:02 PDT 2020


jvesely added a comment.

OPENCL_VERSION sounds like something that should be really set by the opencl driver rather than the compiler.
coarse-grained SVM can be done without FEATURE_FLAT_ADDRESS_SPACE, so those gpus can get over 1.2, while the compiler can be used in an implementation that doesn't go above 1.2 even for gfx700+


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77923/new/

https://reviews.llvm.org/D77923





More information about the cfe-commits mailing list