Skip to content

Commit 5ddf275

Browse files
committed
fix build warnings
Signed-off-by: Dmitry Chigarev <[email protected]>
1 parent a8313a2 commit 5ddf275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gc/Transforms/GPU/LinalgToXeGPU.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ extractVecSubTiles(PatternRewriter &rewriter, Location loc,
774774
}) &&
775775
"All loaded vectors must have the same type.");
776776
assert(vecLoadType.getShape().size() == 2 ||
777-
vnniConf && "Requires VNNI config for non 2D loaded tiles");
777+
(vnniConf && "Requires VNNI config for non 2D loaded tiles"));
778778

779779
// Accumulate all dimensions as the vector might have extra VNNI
780780
// dimensions.

0 commit comments

Comments
 (0)