Skip to content

Commit

Permalink
Update cpu.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Feb 2, 2025
1 parent 859aaf7 commit 2c6b907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enzyme_ad/jax/cpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

struct CallInfo {
void (*run)(const void **);
void *(*init)();
};

void forwarding_custom_call(void *out, const void **in, const CallInfo *opaque,
Expand Down

0 comments on commit 2c6b907

Please sign in to comment.