Skip to content

Commit d4494b6

Browse files
committed
Typo fix
1 parent b769738 commit d4494b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/src/gluon_ir.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,7 @@ void init_gluon_ir(py::module &&m) {
976976
Value maskVal = Value();
977977

978978
auto tensorPtrOp = self.create<mlir::triton::MakeTensorPtrOp>(
979-
base, i64Shape, strides, offsets, tensor_shape * / blockShape,
980-
order);
979+
base, i64Shape, strides, offsets, blockShape, order);
981980

982981
auto op = self.create<ttgi::PrefetchOp>(
983982
tensorPtrOp.getResult(), maskVal, tt::CacheModifier::NONE,

0 commit comments

Comments
 (0)