Skip to content

Commit 0c4fd9c

Browse files
wdziurdzwhitneywhtsang
authored andcommitted
Revert "Workaround test failures for the swizzling path"
This reverts commit 4809815. Signed-off-by: Witold Dziurdz <[email protected]>
1 parent b3c3fa0 commit 0c4fd9c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

include/triton/Conversion/TritonGPUToLLVM/TargetInfoBase.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

third_party/intel/lib/TritonIntelGPUToLLVM/TargetInfo.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
7472
protected:
7573
virtual bool isSupportedWarpReduceOp(Operation *op, unsigned numLanesToReduce,
7674
unsigned warpSize) const = 0;

0 commit comments

Comments
 (0)