Skip to content

Commit 899cf2b

Browse files
committed
fix comment
1 parent 4e9c373 commit 899cf2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

third_party/hcu/lib/TritonHCUGPUTransforms/ConvertToBufferOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ bool canUseBufferOps(Value ptr,
235235

236236
LDBG("Buffer op checks for: " << ptr);
237237
// flagtree tle:
238-
// tt.load(smem_ptr + offsets) matches the buffer op rewrite pattern,
238+
// tt.store(smem_ptr + offsets) matches the buffer op rewrite pattern,
239239
// check the ptr's address space to avoid incorrectly matching a
240240
// shared-memory write as a buffer store.
241241
if (auto tensorTy = dyn_cast<RankedTensorType>(ptr.getType()))

0 commit comments

Comments
 (0)