New CUDA application released
Message board moderation
Author | Message |
---|---|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
We are happy to present you our latest CUDA application v102.16! It was built on top of CUDA's v11.8 SDK and thus it will be able to utilize the vast majority of cards with Compute Capabilities (CC) between 5.0 till 8.9 adding support for the Ampere & Ada Lovelace micro architecture, and all the Tegra & Jetson modules. Of course, it comes with its own requirements for the driver's versions, depending on your architecture, as those before it. In order your client to be able to receive it your computer must have one of the following Nvidia driver versions installed:
|
Send message Joined: 26 Jan 13 Posts: 11 Credit: 13,143,554 RAC: 3,124 |
Last modified: 21 Nov 2022, 0:46:53 UTC "For Linux x86_64 and Linux AArch64 >= 450.80.02" FYi, I had to upgrade my nvidia drivers from Driver Version: 515.65.01, CUDA Version: 11.7 to Driver Version: 520.56.06, CUDA Version: 11.8 to get tasks for the new app (CUDA application v102.16) to download. Is there a server side setting that would correct this? The tasks are completing but non have validated yet. Linux Mint 21 5.15.0-53-generic 5950X 3080Ti boinc version 17.8.1 |
Send message Joined: 16 Nov 22 Posts: 131 Credit: 143,426,176 RAC: 486,339 |
The Wikipedia page is not correct. Should not be used. Use Nvidia's gpu matrix for CUDA, driver and C.C. capability. https://docs.nvidia.com/deploy/cuda-compatibility/ A proud member of the OFA (Old Farts Association) |
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Last modified: 21 Nov 2022, 4:50:28 UTC OK, maybe we mislead you a bit. Driver info is not from Wikipedia though. It is from the Cuda Release page for v11.8, Table.2 CUDA Toolkit and Minimum Required Driver Version for CUDA Minor Version Compatibility. There is one condition thought:
“The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 23 Apr 21 Posts: 85 Credit: 115,149,260 RAC: 204,101 |
OK, maybe we mislead you a bit. What biodoc is saying is that your new 11.8 app should work fine with older drivers as listed in the first post (CUDA 11 brought forward compatibility) but the project server will not send the new app unless it detects cuda 11.8. The app works with earlier CUDA drivers, but the project just won’t send it. This is something you should be able to change in the project scheduler configuration. Instead of requiring cuda 11.8 from the host, you can drop it to cuda 11.1 So it will send the app to people who have 11.1+ drivers |
Send message Joined: 22 Nov 17 Posts: 159 Credit: 13,180,518 RAC: 0 |
Last modified: 21 Nov 2022, 5:27:21 UTC Actually, the plan_class for the application v103.16 was done to serve all clients with CC starting from 5.0 till the 8.9 along with the driver versions from 450.80.02 (Linux) & 452.39 (Windows). I'll talk to Kyong to double check it. Cheers, Georgi “The good thing about science is that it's true whether or not you believe in it.” ― Neil deGrasse Tyson |
Send message Joined: 2 Apr 13 Posts: 2 Credit: 14,340,948 RAC: 0 |
Last modified: 21 Nov 2022, 6:00:00 UTC |
Send message Joined: 30 Oct 19 Posts: 1 Credit: 294,897 RAC: 0 |
|
Send message Joined: 20 Feb 13 Posts: 3 Credit: 40,508,951 RAC: 2,621 |
After a GPU driver upgrade to version 525.53 my cards got tasks from this app: Period Search Application v102.15 (cuda102_linux) As far as I understand they should instead get the new version 102.16 (cuda118_linux). https://asteroidsathome.net/boinc/show_host_detail.php?hostid=723403 https://asteroidsathome.net/boinc/show_host_detail.php?hostid=723405 |
Send message Joined: 30 Jun 12 Posts: 1 Credit: 75,930 RAC: 0 |
I'd like to try running more than one copy of the Period Search Application. I've found the general "how to run multiple copies on one GPU" but it requires the application name and I'm not sure how to find that. I found this "period_search_10217_windows_x86_64__cuda118_win10.exe", but looking at other projects that looks like it's too long and most don't have the .exe at the end. |
Send message Joined: 22 Apr 15 Posts: 6 Credit: 6,241,195 RAC: 254 |
I'd like to try running more than one copy of the Period Search Application. I've found the general "how to run multiple copies on one GPU" but it requires the application name and I'm not sure how to find that. just put anything something like hjdfgkjdhfgkaj in your app_config , and reload the config files from boinc. you'll get a notice with the proper app names, adjust, reload and go |
Send message Joined: 16 Nov 22 Posts: 131 Credit: 143,426,176 RAC: 486,339 |
|