Lazy CUDA IPC handle opening

This commit is contained in:
Olli Saarikivi
2023-04-28 00:30:07 +00:00
parent 962e63b11a
commit fa0fcb470e
2 changed files with 15 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ struct TransportInfo
struct RegisteredMemory::Impl
{
void* data;
bool dataInitialized;
size_t size;
int rank;
TransportFlags transports;