From fdf8853fc5d30536207093a7809fc8c8efc22055 Mon Sep 17 00:00:00 2001 From: Brodey Newman Date: Fri, 13 Dec 2024 05:05:04 +0000 Subject: [PATCH] chore: extern --- codegen/manual_client.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codegen/manual_client.cpp b/codegen/manual_client.cpp index 4dce023..5122f6a 100755 --- a/codegen/manual_client.cpp +++ b/codegen/manual_client.cpp @@ -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