Skip to content

Commit 1cd4105

Browse files
committed
format
1 parent 3cc09f0 commit 1cd4105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/intel/lib/TritonIntelGPUTransforms/AccelerateMatmul.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace {
3131
SmallVector<unsigned>
3232
getWarpsPerTile(tt::DotOp dotOp,
3333
ttg::intel::DpasEncodingAttr::DPASCapability dpasCap,
34-
const ArrayRef<int64_t> shape, unsigned numWarps, const SmallVector<unsigned>& order) {
34+
const ArrayRef<int64_t> shape, unsigned numWarps,
35+
const SmallVector<unsigned> &order) {
3536

3637
auto filter = [&dotOp](Operation *op) {
3738
return op->getParentRegion() == dotOp->getParentRegion();

0 commit comments

Comments
 (0)