Skip to content

Commit a631f43

Browse files
matborzyszkowskiigcbot
authored andcommitted
Add ARL to HWCaps method
Add `ARL` to HWCaps method
1 parent 9e76442 commit a631f43

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
@@ -634,7 +634,7 @@ bool hasFusedEUNoMaskWA() const {
634634
}
635635

636636
bool hasSLMWARIssue() const {
637-
return getPlatform() == Xe_DG2 || getPlatform() == Xe_MTL ||
637+
return getPlatform() == Xe_DG2 || getPlatform() == Xe_MTL || getPlatform() == Xe_ARL ||
638638
getPlatform() == Xe_PVC || getPlatform() == Xe_PVCXT;
639639
}
640640

0 commit comments

Comments
 (0)