Skip to content

Commit ba2cb27

Browse files
chsiggcopybara-github
authored andcommitted
1 parent 824a897 commit ba2cb27

7 files changed

Lines changed: 5 additions & 74 deletions

File tree

third_party/triton/llvm_integration/cl657620552.patch

Lines changed: 0 additions & 18 deletions
This file was deleted.

third_party/triton/llvm_integration/series.bzl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ LLVM nor MLIR integrator, please do not add any patches to this list.
88
"""
99

1010
llvm_patch_list = [
11-
"//third_party/triton:llvm_integration/cl657620552.patch",
1211
# Add new patches just above this line
1312
]

third_party/triton/temporary/cuda11-temporary.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

third_party/triton/temporary/series.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,5 @@ those to this list.
1414
"""
1515

1616
temporary_patch_list = [
17-
"//third_party/triton:temporary/cuda11-temporary.patch",
18-
"//third_party/triton:temporary/undo_tesla_gpu.patch",
1917
# Add new patches just above this line
2018
]

third_party/triton/temporary/undo_tesla_gpu.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

third_party/triton/workspace.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ load("//third_party/triton:xla_extensions/series.bzl", "extensions_files_patch_l
88
def repo():
99
"""Imports Triton."""
1010

11-
TRITON_COMMIT = "cl657175856"
12-
TRITON_SHA256 = "316f421a7d7ead2b7e5adc2e8bb68ce1a8f7809db73dbed8abd54c35bd0c1576"
11+
TRITON_COMMIT = "cl659604537"
12+
TRITON_SHA256 = "4f4699ca0df9d48649efcd838d331aa6bee4ec7fce905cdeed71715f6ca7e033"
1313
tf_http_archive(
1414
name = "triton",
1515
sha256 = TRITON_SHA256,

third_party/triton/xla_extensions/sparse_dot.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,9 @@ index d74e0a224..4e45f7c4c 100644
273273
+ return op->hasTrait<OpTrait::DotLike>() || isa<ttg::SparseDotOp>(op);
274274
+}
275275
+
276-
// Replace the ForOp's yield with a new one with the given operands appended.
277-
static void appendToYield(scf::ForOp forOp, ArrayRef<Value> newOperands) {
278-
// Fix up the yield op.
276+
static void createAsyncCopy(scf::ForOp &forOp, tt::LoadOp loadOp, Value alloc,
277+
Value insertIdx, Value extractIdx,
278+
tt::CoarseSchedule &schedule,
279279
@@ -248,19 +252,28 @@ getSharedEncIfAllUsersAreDotEnc(Value val, bool &incompatible) {
280280
} else {
281281
if (!isa<ttg::LocalLoadOp, ttg::ConvertLayoutOp>(user))

0 commit comments

Comments
 (0)