[go: nahoru, domu]

Skip to content

Commit

Permalink
Integrate Triton up to 25b4212a9
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 634797641
  • Loading branch information
gflegar authored and tensorflower-gardener committed May 17, 2024
1 parent 42ac0dd commit 4d73219
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 186 deletions.
46 changes: 0 additions & 46 deletions third_party/triton/temporary/fix_register_constraints.patch

This file was deleted.

41 changes: 0 additions & 41 deletions third_party/triton/temporary/fp8_splat.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.patch",
"//third_party/triton/temporary:fix_register_constraints.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 = "cl633653394"
TRITON_SHA256 = "4bf1b25ce6f7ce6ab6fb4e2403b24c8c0bf71f6a9f5c08f0125fdb44bcb371a8"
TRITON_COMMIT = "cl634675237"
TRITON_SHA256 = "7151d057ee8443c2f45cbe18a7435a42f37e18f562e5d238b844b6e09fc560e6"
tf_http_archive(
name = "triton",
sha256 = TRITON_SHA256,
Expand Down

This file was deleted.

41 changes: 0 additions & 41 deletions third_party/xla/third_party/triton/temporary/fp8_splat.patch

This file was deleted.

5 changes: 1 addition & 4 deletions third_party/xla/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.patch",
"//third_party/triton/temporary:fix_register_constraints.patch",
]
temporary_patch_list = []
4 changes: 2 additions & 2 deletions third_party/xla/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 = "cl633653394"
TRITON_SHA256 = "4bf1b25ce6f7ce6ab6fb4e2403b24c8c0bf71f6a9f5c08f0125fdb44bcb371a8"
TRITON_COMMIT = "cl634675237"
TRITON_SHA256 = "7151d057ee8443c2f45cbe18a7435a42f37e18f562e5d238b844b6e09fc560e6"
tf_http_archive(
name = "triton",
sha256 = TRITON_SHA256,
Expand Down

0 comments on commit 4d73219

Please sign in to comment.