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
SPIRVEmitIntrinsics pass inconsistently assigns types to values representing SPIR-V or OpenCL builtin using either spv_assign_type or spv_assign_ptr_type. This leads to issues in compilation e.g. when casting the types between address spaces or during runtime e.g. when passing to builtin functions.