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
Level Zero runtime with API version 1.2 and lower has a bug:
ZE_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER is implemented as
"clamp to edge" and ZE_SAMPLER_ADDRESS_MODE_CLAMP is implemented as
"clamp to border", i.e. logic is flipped. Starting from API version
1.3 this problem is going to be fixed. That's why check for API
version to set an address mode in the Level Zero plugin.
0 commit comments