aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/ModuloSchedule.cpp
diff options
context:
space:
mode:
authorAnton Zabaznov <anton.zabaznov@intel.com>2021-05-21 14:07:23 +0300
committerAnton Zabaznov <anton.zabaznov@intel.com>2021-05-21 15:01:19 +0300
commit826905787ae4c8540bb8a2384fac59c606c7eaff (patch)
treef737da042402f518e458d3ce1a09dc1cdbd8fd6c /llvm/lib/CodeGen/ModuloSchedule.cpp
parent469833f418e1704331f8dccb06ccd391f8d726e1 (diff)
downloadllvm-826905787ae4c8540bb8a2384fac59c606c7eaff.zip
llvm-826905787ae4c8540bb8a2384fac59c606c7eaff.tar.gz
llvm-826905787ae4c8540bb8a2384fac59c606c7eaff.tar.bz2
[OpenCL] Add support of OpenCL C 3.0 __opencl_c_fp64
There already exists cl_khr_fp64 extension. So OpenCL C 3.0 and higher should use the feature, earlier versions still use the extension. OpenCL C 3.0 API spec states that extension will be not described in the option string if corresponding optional functionality is not supported (see 4.2. Querying Devices). Due to that fact the usage of features for OpenCL C 3.0 must be as follows: ``` $ clang -Xclang -cl-ext=+cl_khr_fp64,+__opencl_c_fp64 ... $ clang -Xclang -cl-ext=-cl_khr_fp64,-__opencl_c_fp64 ... ``` e.g. the feature and the equivalent extension (if exists) must be set to the same values Reviewed By: Anastasia Differential Revision: https://reviews.llvm.org/D96524
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions