Skip to content

Commit

Permalink
chore: extern
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Dec 13, 2024
1 parent 5b890da commit fdf8853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codegen/manual_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ extern int rpc_wait_for_response(const int index);
extern int rpc_read(const int index, void *data, const std::size_t size);
extern int rpc_end_response(const int index, void *return_value);
extern int rpc_close();
void* maybe_get_cached_arg_ptr(const int index, int arg_index, void* arg);
void cuda_memcpy_unified_ptrs(const int index, cudaMemcpyKind kind);

#define MAX_FUNCTION_NAME 1024
#define MAX_ARGS 128
Expand Down

0 comments on commit fdf8853

Please sign in to comment.