eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

Move memory::pool::ipc::ptr_handle_t out of ipc.hpp #643

Closed eyalroz closed 3 months ago

eyalroz commented 4 months ago

The memory::pool::ipc::ptr_handle_t is used both in ipc.hpp and in memory_pool.hpp, but defined only in the former; and the latter file does not depend on any other definition in the former file. So, let's just move it up into types.hpp.