Skip to content

Commit cabb9f8

Browse files
committed
[intel] remove 'supportLdStMatrix' after '0c247e1'; update 'XPUOptions'
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 0e94b6c commit cabb9f8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

third_party/intel/backend/compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class XPUOptions:
2727
enable_fp_fusion: bool = True
2828
launch_cooperative_grid: bool = False
2929
supported_fp8_dtypes: Tuple[str] = ("fp8e5", "fp8e4nv", "fp8e4b15")
30-
deprecated_fp8_dtypes: Tuple[str] = ()
30+
deprecated_fp8_dot_operand_dtypes: Tuple[str] = ()
3131
default_dot_input_precision: str = "tf32"
3232
allowed_dot_input_precisions: Tuple[str] = ("tf32", "tf32x3", "ieee")
3333
allow_fp8e4nv: bool = False

third_party/intel/lib/TritonIntelGPUToLLVM/TargetInfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ class TargetInfo : public mlir::triton::TargetInfoBase {
3636
ArrayRef<unsigned> order,
3737
int swizzleByteSize) const override;
3838

39-
bool supportLdStMatrix() const override { return false; }
40-
4139
void storeMatrixShared(RewriterBase &rewriter, Location loc, Value ptr,
4240
Value val) const override;
4341

0 commit comments

Comments
 (0)