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
Hi, unfortunately there is no SPIR-V counterpart for this intrinsic to translate it appropriately. But still you can pass '--spirv-allow-unknown-intrinsics' option to the translator, in this case it will emit a regular function call in SPIR-V. In general it's not a good idea to add this option by default, since there is no guarantee the the device's SPIR-V consumer would support such intrinsic, but may it it would help in your case.
Hi,
I've been getting this error when translating some kernels:
Is this a supported function?
The text was updated successfully, but these errors were encountered: