Skip to content

Commit

Permalink
Update OpenXLA's Triton dependency to include the AMD backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg authored and copybara-github committed May 30, 2024
1 parent 30aef40 commit 75a141a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 161 deletions.
35 changes: 0 additions & 35 deletions third_party/triton/temporary/fp8_splat_partial_revert.patch

This file was deleted.

120 changes: 0 additions & 120 deletions third_party/triton/temporary/local_alloc_lowering_fix.patch

This file was deleted.

5 changes: 1 addition & 4 deletions third_party/triton/temporary/series.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ These are created temporarily and should be moved to the first copybara workflow
internal patch during the next triton integration process.
"""

temporary_patch_list = [
"//third_party/triton/temporary:fp8_splat_partial_revert.patch",
"//third_party/triton/temporary:local_alloc_lowering_fix.patch",
]
temporary_patch_list = []
4 changes: 2 additions & 2 deletions third_party/triton/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ load("//third_party/triton/xla_extensions:series.bzl", "extensions_files_patch_l
def repo():
"""Imports Triton."""

TRITON_COMMIT = "cl637553582"
TRITON_SHA256 = "400077180416fc59486b698a6523013ee11589c6269e1aeb992292ca12cc1e58"
TRITON_COMMIT = "cl638583630"
TRITON_SHA256 = "769385a2295fa7256a04fcdc886054fb0853a25ee1c35dcdc0aabf755508f9fc"
tf_http_archive(
name = "triton",
sha256 = TRITON_SHA256,
Expand Down

0 comments on commit 75a141a

Please sign in to comment.