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 {
8989 virtual bool supportLdMatrix () const { return false ; }
9090 virtual bool supportStMatrix () const { return false ; }
9191 virtual bool isCuda () const { return false ; }
92- virtual bool isXpu () const { return false ; }
9392
9493 // Annotate target specific information to local load operations during
9594 // 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 {
6969 StringRef name, StringRef value,
7070 unsigned addressSpace) const ;
7171
72- bool isXpu () const override { return true ; }
73-
7472protected:
7573 virtual bool isSupportedWarpReduceOp (Operation *op, unsigned numLanesToReduce,
7674 unsigned warpSize) const = 0;
You can’t perform that action at this time.
0 commit comments