-
Notifications
You must be signed in to change notification settings - Fork 111
support driver 570.86.15 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I tried your modified kernel modules with my system: Ubuntu 22.04.5 with 6.8.0-52-generic kernel to start I will tell you that it was the only version of open-gpu-kernel-modules that gave me an empty BAR1 USED memory (when GPUs were not working..) while with all others I always started with 24 GB occupied with the other versions: with yours: I enabled Resizable BAR and disabled IOMMU in the bios, I also added intel_iommu=off iommu=off in GRUB2 Below are the results of some tests I performed: `franci@ubuntu-22:~/Code3/cuda-samples$ ./build/Samples/1_Utilities/deviceQuery/deviceQuery CUDA Device Query (Runtime API) version (CUDART static linking) Detected 2 CUDA Capable device(s) Device 0: "NVIDIA GeForce RTX 3090" Device 1: "NVIDIA GeForce RTX 3090"
deviceQuery, CUDA Driver = CUDART, CUDA Driver Version = 12.8, CUDA Runtime Version = 12.8, NumDevs = 2 anyway even patching simpleP2P as you did, the test doesn't end well: Before I got all nan for val if you have any advice that would be great. Thanks |
nevermind, solved by disabling VT-d in the bios `franci@ubuntu-22:~/Code3/cuda-samples$ ./build/Samples/0_Introduction/simpleP2P/simpleP2P Checking GPU(s) for support of peer to peer memory access...
the test passes with both intel_iommu=off iommu=off and intel_iommu=on iommu=pt in grub |
Thank you very much, I tried to modify it in 570.124.04 according to your commit, but I cannot test it pass on the RTX5070 Ti. `[./simpleP2P] - Starting...
|
I ran into the same problem on the 5090 graphics card. |
NVIDIA Open GPU Kernel Modules Version
570.86.15
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Ubuntu 24.04.1 LTS
Kernel Release
Linux rtx4090 6.8.0-52-generic #53-Ubuntu SMP PREEMPT_DYNAMIC
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
NVIDIA GeForce RTX 3090 Ti
Describe the bug
Current version doesn't work with newer version of nvidia open kernel module.
To Reproduce
build new nvidia kernel module
Bug Incidence
Once
nvidia-bug-report.log.gz
I have a commit ready: wanlill@8c45577#diff-23ed7c330fc6e677510252fa0a241cf164408e40b7153e2fde9e360f7afcf30bR194 but not sure how to update the base version of this repo.
More Info
For folks suffering from nan verification error of simpleP2P:
It might be that your CPU/mobo/chipset doesn't support p2p read well, you can change simpleP2P to let the kernel do a p2p write instead, please see my above commit msg for details. People online also suffer from similar issue with similar intel platforms: https://community.intel.com/t5/Processors/P2p-capabilities-of-the-Alder-Lake-Z690-platform/td-p/1395965
The text was updated successfully, but these errors were encountered: