Skip to content

Commit

Permalink
import hedron compile commands from Enzyme-JAX
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Dec 28, 2024
1 parent eadaa06 commit d98e9e5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 31 deletions.
30 changes: 15 additions & 15 deletions deps/ReactantExtra/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
workspace(name = "Reactant")

load("//third_party/hedron_compile_commands:workspace.bzl", hedron_compile_commands_workspace = "repo")
hedron_compile_commands_workspace()

load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")
hedron_compile_commands_setup()

load("@hedron_compile_commands//:workspace_setup_transitive.bzl", "hedron_compile_commands_setup_transitive")
hedron_compile_commands_setup_transitive()

load("@hedron_compile_commands//:workspace_setup_transitive_transitive.bzl", "hedron_compile_commands_setup_transitive_transitive")
hedron_compile_commands_setup_transitive_transitive()

load("@hedron_compile_commands//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_setup_transitive_transitive_transitive")
hedron_compile_commands_setup_transitive_transitive_transitive()

load("//third_party/nsync:workspace.bzl", nsync_workspace = "repo")
nsync_workspace()

Expand Down Expand Up @@ -152,3 +137,18 @@ load(
"nccl_configure",
)
nccl_configure(name = "local_config_nccl")

load("@enzyme_ad//third_party/hedron_compile_commands:workspace.bzl", hedron_compile_commands_workspace = "repo")
hedron_compile_commands_workspace()

load("@hedron_compile_commands//:workspace_setup.bzl", "hedron_compile_commands_setup")
hedron_compile_commands_setup()

load("@hedron_compile_commands//:workspace_setup_transitive.bzl", "hedron_compile_commands_setup_transitive")
hedron_compile_commands_setup_transitive()

load("@hedron_compile_commands//:workspace_setup_transitive_transitive.bzl", "hedron_compile_commands_setup_transitive_transitive")
hedron_compile_commands_setup_transitive_transitive()

load("@hedron_compile_commands//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_setup_transitive_transitive_transitive")
hedron_compile_commands_setup_transitive_transitive_transitive()
2 changes: 1 addition & 1 deletion deps/ReactantExtra/third_party/enzyme_ad/workspace.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

ENZYMEXLA_COMMIT = "f6587e37ff7298f2a1a273b08c24d69fca7ff30f"
ENZYMEXLA_COMMIT = "52e14543628df5e3f806dce096243c4603d3e103"
ENZYMEXLA_SHA256 = ""

def repo():
Expand Down
Empty file.

This file was deleted.

0 comments on commit d98e9e5

Please sign in to comment.