Details
Details
- Reviewers
b-sumner yaxunl Anastasia - Commits
- rGde70a8807fae: [OpenCL] Re-enable supported core extensions based on opencl version when…
rC291243: [OpenCL] Re-enable supported core extensions based on opencl version when…
rL291243: [OpenCL] Re-enable supported core extensions based on opencl version when…
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/SemaOpenCL/extensions.cl | ||
---|---|---|
47 ↗ | (On Diff #82956) | Why do you need this? |
test/SemaOpenCL/extensions.cl | ||
---|---|---|
47 ↗ | (On Diff #82956) | isnan and isfinite are declared in opencl-c.h, so without guards I am getting redeclation diagnostics. Alternatively we can add overloadable attribute to isnan and isfinite in the test to avoid those diagnostic messages? |