Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dhernandez0 committed Sep 25, 2024
1 parent 8e213de commit 3e78424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ struct LDSBarrierOpLowering : public ConvertOpToLLVMPattern<LDSBarrierOp> {
auto asmDialectAttr = LLVM::AsmDialectAttr::get(rewriter.getContext(),
LLVM::AsmDialect::AD_ATT);
Location loc = op->getLoc();
// Revert scheduling region when
// TODO: Revert scheduling region when
// https://github.com/llvm/llvm-project/issues/109294 is fixed
rewriter.create<amdgpu::SchedBarrierOp>(
loc, amdgpu::sched_barrier_opt_enum::none);
Expand Down

0 comments on commit 3e78424

Please sign in to comment.