File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
include/triton/Conversion/TritonGPUToLLVM
third_party/intel/lib/TritonIntelGPUToLLVM Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ class TargetInfoBase {
89
89
virtual bool supportLdMatrix () const { return false ; }
90
90
virtual bool supportStMatrix () const { return false ; }
91
91
virtual bool isCuda () const { return false ; }
92
- virtual bool isXpu () const { return false ; }
93
92
94
93
// Annotate target specific information to local load operations during
95
94
// lowering to LLVM. `llLoadOp` is the generated LLVM load op.
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ class TargetInfo : public mlir::triton::TargetInfoBase {
69
69
StringRef name, StringRef value,
70
70
unsigned addressSpace) const ;
71
71
72
- bool isXpu () const override { return true ; }
73
-
74
72
protected:
75
73
virtual bool isSupportedWarpReduceOp (Operation *op, unsigned numLanesToReduce,
76
74
unsigned warpSize) const = 0;
You can’t perform that action at this time.
0 commit comments