79191231

Date: 2024-11-15 06:01:07
Score: 0.5
Natty:
Report link

No. cudaHostRegister just pins the CPU memory of an already allocated CPU buffer. It is not dependent on the current GPU. Host memory is always accessible by all GPUs in cudaMemcpy calls.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Dean Johnson