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
Event Timeline
| test/SemaOpenCL/extensions.cl | ||
|---|---|---|
| 47 | Why do you need this? | |
| test/SemaOpenCL/extensions.cl | ||
|---|---|---|
| 47 | 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? | |
Why do you need this?