Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Feb 15, 2024
1 parent 49ce5f9 commit ab4e592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ load("@rules_python//python/pip_install:repositories.bzl", "pip_install_dependen

pip_install_dependencies()

ENZYME_COMMIT = "9384fe20caec02bd30f302e32f4f1c1f7ccb7d9d"
ENZYME_SHA256 = "a0846fab3a2927d84ab5c9a51e539e93a9a7d6c6ec5d87722f24074fefd0c3f8"
ENZYME_COMMIT = "eaa72381f5134f4f0f43cbc75fdbb2abfe4f9603"
ENZYME_SHA256 = ""

http_archive(
name = "enzyme",
Expand Down
4 changes: 4 additions & 0 deletions src/enzyme_ad/jax/clang_compile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,8 @@ struct tensor<T, n0, N...>
f.setLinkage(Function::LinkageTypes::InternalLinkage);
}

llvm::errs() << " postlinkMod: " << *mod << "\n";

PipelineTuningOptions PTO;
LoopAnalysisManager LAM;
FunctionAnalysisManager FAM;
Expand Down Expand Up @@ -653,5 +655,7 @@ struct tensor<T, n0, N...>
}
}

llvm::errs() << " clangcompmod: " << *mod << "\n";

return mod;
}

0 comments on commit ab4e592

Please sign in to comment.