You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] - Align get_info<info::device::version>() with the SYCL spec
According to the SYCL spec, cl::sycl::info::device::version
should be returned in a form: `<major_version>.<minor_version>`
This patch trims the string returned from the piDeviceGetInfo call.
For example, for the string "OpenCL 2.1 (Build 0)",
it will return "2.1".
0 commit comments