Duplicate `OpTypeImage` definition
Closed this issue · 2 comments
pierremoreau commented
In this SPIR-V binary (produced from this .bc
, out of this OpenCL file), OpTypeImage
is defined twice, with the exact same parameters (well, except for the result id):
1900 0900 0700 0000 0600 0000 0100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
1900 0900 1500 0000 0600 0000 0100 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
bader commented
pierremoreau commented
Hi Alexey,
Just tested the latest version of khronos/spirv-3.6.1
and the issue is fixed! Thanks for the fix @yxsamliu!
Thanks,
Pierre