Skip to content

Commit

Permalink
adapt to Legacy change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw committed Jan 29, 2025
1 parent 39c2bdb commit 3e88826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzyme_ad/jax/compile_with_xla.cc
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ RunBackend(xla::cpu::CpuCompiler *self, std::unique_ptr<xla::HloModule> module,
// options.registry));
} else {
TF_ASSIGN_OR_RETURN(cpu_executable,
self->CompileLegacyCpuExecutable(std::move(module)));
self->CompileCpuExecutable(std::move(module)));
}

return std::unique_ptr<xla::Executable>(std::move(cpu_executable));
Expand Down

0 comments on commit 3e88826

Please sign in to comment.