Commit 7c21470
authored
[BugFix][Vulkan][CodeGen] Change OpControlBarrier to AcquireRelease (#19619)
Fixes #18915
Vulkan codegen previously generated sequentially constistant
OpControlBarrier SPIR-V instructions, which is invalid for Vulkan, where
we would expect AcquireRelease.1 parent 4bcf694 commit 7c21470
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments