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 3cc09f0 commit 1cd4105Copy full SHA for 1cd4105
third_party/intel/lib/TritonIntelGPUTransforms/AccelerateMatmul.cpp
@@ -31,7 +31,8 @@ namespace {
31
SmallVector<unsigned>
32
getWarpsPerTile(tt::DotOp dotOp,
33
ttg::intel::DpasEncodingAttr::DPASCapability dpasCap,
34
- const ArrayRef<int64_t> shape, unsigned numWarps, const SmallVector<unsigned>& order) {
+ const ArrayRef<int64_t> shape, unsigned numWarps,
35
+ const SmallVector<unsigned> &order) {
36
37
auto filter = [&dotOp](Operation *op) {
38
return op->getParentRegion() == dotOp->getParentRegion();
0 commit comments