Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 29, 2025
1 parent fc727fb commit 5e13118
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enzyme_ad/jax/cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ void forwarding_custom_call(void *out, const void **in, const CallInfo *opaque,
size_t opaque_len, void *status) {
opaque->run(in);
}
void CallOpaque(void* out, void** in

extern "C" void RegisterEnzymeXLACPUHandler() {
CustomCallTargetRegistry::Global()->Register("enzymexla_compile_cpu",
Expand Down

0 comments on commit 5e13118

Please sign in to comment.