0x5459
0x5459
I have the same problem!
@brucebnu https://github.com/mewebstudio/Purifier/pull/52#issuecomment-343273597
Encountered the same problem when binding spdk. ```c #include struct __attribute__((packed)) spdk_nvme_sgl_descriptor { uint64_t address; union { struct { uint8_t reserved[7]; uint8_t subtype : 4; uint8_t type : 4; }...
I am getting the following error (GeForce RTX 3080): ``` en1: assigned 10.0.2.15 NVRM _sysCreateOs: RM Access Sys Cap creation failed: 0x56 NVRM: failed to register character device. klib automatic...
I suspect that the inconsistency between my CUDA version and driver version is causing the issue. My program is compiled with CUDA 11. Now, I am trying to install CUDA...
I have tried to compile my program with cuda12.2 but still get the same error. Could you give me some help? @francescolavra
@francescolavra Hi, I have a new issue. I built deviceQuery program from [cuda-samples](https://github.com/NVIDIA/cuda-samples/tree/master/Samples/1_Utilities/deviceQuery) using following config: ```json { "Program": "deviceQuery", "KlibDir": "/root/code/gpu-nvidia/kernel-open/_out/Nanos_x86_64", "Klibs": ["gpu_nvidia"], "Dirs": ["nvidia"], "RunConfig": { "GPUs": 1...
Sorry. I have tried to enable trace, but I am still unable to determine the cause of the issue. :disappointed: trace log: https://github.com/0x5459/gpu_integration_with_nanos/blob/main/nanos_trace.log I have created a [repository](https://github.com/0x5459/gpu_integration_with_nanos) to store...
行,我提个 PR, 让文档别走 CI
good.