Skip to content

Commit

Permalink
chore: rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
brodeynewman committed Nov 14, 2024
1 parent 519f303 commit 49b5803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ CUresult cuGetProcAddress_v2(const char *symbol, void **pfn, int cudaVersion, cu

void *dlsym(void *handle, const char *name) __THROW
{
std::cerr << "starting libscuda..." << std::endl;
void *func = get_function_pointer(name);

/** proc address function calls are basically dlsym; we should handle this differently at the top level. */
Expand Down

0 comments on commit 49b5803

Please sign in to comment.