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
Could somebody look into this? We are considering moving to the llvm spirv target inside mesa and it's one of the major blockers as it's hit by almost every kernel.
…nd (#78603)
Handle a special case when StoreInst's value operand is a kernel
argument of a pointer type. Since these arguments could have either a
basic element type (e.g. float*) or OpenCL builtin type (sampler_t),
bitcast the StoreInst's value operand to default pointer element type
(i8).
This pull request addresses the issue
#72864
The following snippet:
Fails to validate:
The text was updated successfully, but these errors were encountered: