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
Is your feature request related to a problem? Please describe
SYCL runtime need to check whether underlying device supports native bfloat16 conversion to provide better performance for bfloat16 code in GPU device, this is done by checking "cl_intel_bfloat16_conversions" string. We need to switch to use urDeviceGetInfo API to query such hardware information. Currently, we don't have a UR device info enum for native bfloat16 which is equivalent to "cl_intel_bfloat16_conversions."
Describe the solution you would like
No response
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
SYCL runtime need to check whether underlying device supports native bfloat16 conversion to provide better performance for bfloat16 code in GPU device, this is done by checking "cl_intel_bfloat16_conversions" string. We need to switch to use urDeviceGetInfo API to query such hardware information. Currently, we don't have a UR device info enum for native bfloat16 which is equivalent to "cl_intel_bfloat16_conversions."
Describe the solution you would like
No response
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: