Skip to content

Commit d54cf77

Browse files
committed
try to get more logs
Signed-off-by: dchigarev <dmitry.chigarev@intel.com>
1 parent 8d050c3 commit d54cf77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/gc/Transforms/GPU/LinalgToXeGPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ struct LinalgToXeGPU : public gc::impl::LinalgToXeGPUBase<LinalgToXeGPU> {
16311631

16321632
void runOnOperation() override {
16331633
LinalgToXeGPUOptions options{
1634-
kTile, stages, SmallVector<int64_t>{dpasTile.begin(), dpasTile.end()}};
1634+
kTile, stages, SmallVector<int64_t>(dpasTile.begin(), dpasTile.end())};
16351635

16361636
// Run GEMM pattern first to allow fusion with its consumers.
16371637
RewritePatternSet gemmPatterns(&getContext());

test/mlir/test/gc/gpu-runner/XeGPU/f16_matmul_64x64.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: gc-gpu-runner --shared-libs=%mlir_runner_utils %s | FileCheck %s
1+
// RUN: gc-gpu-runner --shared-libs=%mlir_runner_utils %s
22

33
module{
44

0 commit comments

Comments
 (0)