Skip to content

Commit

Permalink
fix cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Jan 29, 2025
1 parent 0805045 commit 6e5d8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzyme_ad/jax/cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ void forwarding_custom_call(void *out, const void **in, const CallInfo *opaque,

extern "C" void RegisterEnzymeXLACPUHandler() {
CustomCallTargetRegistry::Global()->Register("enzymexla_compile_cpu",
forwarding_custom_call, "Host");
&forwarding_custom_call, "Host");
}

0 comments on commit 6e5d8a4

Please sign in to comment.