Copy link
Copy Markdown
Contributor
Fix compilation error due to OpenCL HPP headers change in the type returned by getInfo<CL_DEVICE_PLATFORM>()
Description
- Is this a new feature or a bug fix?: Bug Fix
- More detail if necessary to describe all commits in pull request: change explicit
cl_platform_idtype toauto - Why these changes are necessary: fixes incompatibility when compilation with a more recent version of opencl hpp headers
- Potential impact on specific hardware, software or backends: greater compatibility of opencl versions
- New functions and their functionality: None
- Can this PR be backported to older versions?: Yes
- Future changes not implemented in this PR.: None
Fixes: #3558
Changes to Users
- No options added to the build.
- No action required by the user
Checklist
- Rebased on latest master
- Code compiles
- Tests pass
- Functions added to unified API
- Functions documented