ssd-gpu-dma icon indicating copy to clipboard operation
ssd-gpu-dma copied to clipboard

Build userspace NVMe drivers and storage applications with CUDA support

Results 10 ssd-gpu-dma issues
Sort by recently updated
recently updated
newest added

How hard would it be to add ROCm support ?

help wanted

Hi: I have build libnvm with: cmake .. -DNVIDIA=/usr/src/nvidia-440.33.01 make identify then run nvm-identify binary as follows: 1) when unbind device : echo "0000:19:00.0" > /sys/bus/pci/devices/0000\:19\:00.0/driver/unbind then run cmd with:...

Hi; I have a Jetson Xavier AGX kit board and I plugged into the M.2 key M an NVMe SSD. Now, I'm trying to install your libnm on my Xavier...

build

I am running the cuda benchmark from your codebase, with the following output for the controller and command line configuration: ``` Controller page size : 4096 B Namespace block size...

bug

I am trying to run the example nvm-identify but I get the following output: `Resetting controller and setting up admin queues...` `Floating point exception ` The dmesg output is this:...

bug

Hi, I'm a student interested in GPU data processing. I appreciate your great effort for implementing RDMA using GPU Direct. It is very useful for studying that research area. By...

question

I think the kernel module is technically using the DMA API incorrectly. dma_map_page and dma_map_single are supposed to be for 'streaming DMA' where you write to the buffer in userspace,...

bug
enhancement
arm