NVIDIA-Merlin/HierarchicalKV

CUDA device

Closed this issue · 3 comments

How do we ensure that the CUDA device is properly set for API calls?

Ok, got it. So initialization is done in that device. But for downstream calls to the API, we simply assume the user is smart enough to set the device and provides pointers in the right memory area? Right?

Ok, got it. So initialization is done in that device. But for downstream calls to the API, we simply assume the user is smart enough to set the device and provides pointers in the right memory area? Right?

Yes