We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17740 commit 8c5adbeCopy full SHA for 8c5adbe
third_party/intel/lib/TritonIntelGPUTransforms/PrefetchBlock.cpp
@@ -454,7 +454,7 @@ void PrefetchBlockPass::injectPrefetchOpsInBody(
454
455
// FIXME: try to use a named barrier to increase performance.
456
if (injectSplitBarriers) {
457
- Location loc = loop.getLoc();
+ Location loc = newLoop.getLoc();
458
b.setInsertionPoint(yield);
459
b.create<spirv::INTELControlBarrierWaitOp>(loc, spirv::Scope::Workgroup,
460
spirv::Scope::Workgroup,
0 commit comments