Message boards :
Number crunching :
Haven't seen any work yet on Orin-Nano
Message board moderation
| Author | Message |
|---|---|
|
Send message Joined: 8 Mar 21 Posts: 105 Credit: 3,007,782,973 RAC: 137,482 |
Do we know if Orin-Nano get work for the new app? Was running all the previous apps just fine. Any new device restrictions for the Diamond Vein search app that hasn't been mentioned in the device limitations thread? |
|
Send message Joined: 15 Jun 20 Posts: 124 Credit: 314,638,055 RAC: 641,272 |
I don't see why it wouldn't get tasks. The aarch64 linux version of the app was added a few days ago. |
|
Send message Joined: 13 Jan 25 Posts: 13 Credit: 135,847,500 RAC: 0 |
I also tried to get work and it doesnt send work. can you check what configuration or work fetch limits you have set? It's a CUDA 12.9 app, but will work on any host with CUDA 12.0+ drivers. if you can check host compatibility by cuda version only (host example for CUDA 12.2: <cudaVersion>12020</cudaVersion>) then that would be best. Keep in mind that the Jetson devices do not have OpenCL capability at all, so if you are checking driver version for the host compatibility then you need to check the CUDA driver version not the OpenCL one. and older Jetson Orins actually do not list even a CUDA driver at all, so it would really be better to just set a CUDA version limit without any specific driver version check at all. just make sure that cudaVersion is >=12000. |
|
Send message Joined: 15 Jun 20 Posts: 124 Credit: 314,638,055 RAC: 641,272 |
<plan_class>
<name>cuda</name>
<gpu_type>nvidia</gpu_type>
<cuda/>
<min_cuda_version>12000</min_cuda_version>
<min_nvidia_compcap>0500</min_nvidia_compcap>
<max_nvidia_compcap>0900</max_nvidia_compcap>
</plan_class>
The name for loneseed's aarch64 planclass (which I understood to work on these jetsons): aarch64-unknown-linux-gnu__cuda Diaveins: aarch64-unknown-linux-gnu__cuda |
|
Send message Joined: 8 Mar 21 Posts: 105 Credit: 3,007,782,973 RAC: 137,482 |
I got the scheduler to send me work and the app finally once I suspended all the other projects. Have four tasks in cache now. Just BOINC being BOINC I guess. |
|
Send message Joined: 13 Oct 20 Posts: 18 Credit: 292,429,091 RAC: 400,650 |
The new App: Linux on Aarch64 CPU, does that support any ARM hardware or just Nvidia GPUs running under Linux like the Jetson?
|
|
Send message Joined: 25 Jun 20 Posts: 33 Credit: 1,961,126,845 RAC: 10,591,997 |
Only NV GPUs with an aarch64 in Linux. The plan_class is "1.00 (cuda)" |