Skip to content

Commit

Permalink
Don't free GPU memory in IPC handle cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed May 11, 2015
1 parent 800f9ae commit c23afd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cpp/cuda.hpp
Expand Up @@ -1624,7 +1624,6 @@ namespace pycuda
{
scoped_context_activation ca(get_context());
CUDAPP_CALL_GUARDED_CLEANUP(cuIpcCloseMemHandle, (m_devptr));
mem_free(m_devptr);
}
CUDAPP_CATCH_CLEANUP_ON_DEAD_CONTEXT(ipc_mem_handle);

Expand Down

0 comments on commit c23afd6

Please sign in to comment.