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
…instead of OpSampledImage (#6925)
Issue: #6807
### Brief Summary
`spv::OpImageFetch` should take `OpImage` instead of `OpSampledImage` as
operand. Therefore we extract the underlying `OpImage` during code
generation for `TextureOpStmt("fetch")`
…instead of OpSampledImage (taichi-dev#6925)
Issue: taichi-dev#6807
### Brief Summary
`spv::OpImageFetch` should take `OpImage` instead of `OpSampledImage` as
operand. Therefore we extract the underlying `OpImage` during code
generation for `TextureOpStmt("fetch")`
We'll need to fix existing errors and enable crashing on error in the end.
The text was updated successfully, but these errors were encountered: