Pak Markthub
Pak Markthub
If you use the deb packages, the binary should be compiled with the correct flags. Some requests / questions: 1. The gdrcopy_test package should specify the CUDA version it was...
Thank you for the additional information. GDRCopy does not rely on CUDA. `gdrcopy_pplat` is just a benchmark application. It needs to launch a CUDA kernel because we are measuring a...
@agirault The fix has been merged to R2.5 branch (https://github.com/NVIDIA/gdrcopy/tree/R2.5)
@aaltenbernd Not sure I understand your question. GDRCopy is used to create CPU mappings of `cudaMalloc` (and its family) buffers. The physical location is GPU memory. You can use the...
Hi @brudfors, The fix has been merged to R2.5 branch (https://github.com/NVIDIA/gdrcopy/tree/R2.5).
Hi @rafsalas19, This looks like an issue we have already fixed in the master branch. May I ask you to try it out? You will need to compile and install...
Hi @ekeever1, How did you load the gdrdrv driver? You should use either the service script (`sudo systemctl start gdrcopy`) or the `sudo insmod.sh` script that comes with the repository.
The issue is likely from missing the linux kernel headers. @goelayu When you installed the NVIDIA driver, did you install the dkms package or kmod package? If you installed the...