Skip to content

Commit 54701d6

Browse files
fangliu2020igcbot
authored andcommitted
Change the condition check in supports4GRFAlign()
Change the condition check in supports4GRFAlign()
1 parent 2d65e8f commit 54701d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/HWCaps.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ bool supportNativeSIMD32() const {
915915
}
916916

917917
bool supports4GRFAlign() const {
918-
return false;
918+
return supportNativeSIMD32();
919919
}
920920

921921
bool onlyDoLocalVariableSplitWhenSpill() const {

0 commit comments

Comments
 (0)