Message boards : Graphics cards (GPUs) : Zluda
Author | Message |
---|---|
ZLUDA lets you run unmodified CUDA applications with near-native performance on AMD GPUs. | |
ID: 61248 | Rating: 0 | rate: / Reply Quote | |
interesting project that sounds like it had some promise. sounds like AMD pulled funding and the developer just dumped it on github. defacto abandoned at this time until someone else decides to pickup where it left off. | |
ID: 61250 | Rating: 0 | rate: / Reply Quote | |
interesting project that sounds like it had some promise. sounds like AMD pulled funding and the developer just dumped it on github. defacto abandoned at this time until someone else decides to pickup where it left off. Indeed we hope that AMD will help this project (before or later). but this kind of proves how superior CUDA is at the software level than OpenCL since they had performance boosts running the adapted CUDA native code vs the existing OpenCL implementations. No, Cuda is not "superior". If implemented correctly OpenCl/Sycl/Rocm/OneApi/ect have the same (if not better) performances of Cuda. We are speaking about a "translator". Cuda is better manteined by Nvidia, for sure. | |
ID: 61256 | Rating: 0 | rate: / Reply Quote | |
I dunno. it seems clear. they saw better performance with this adapted CUDA implementation than with the native HIP one. I've not seen a single instance where OpenCL performed better, objectively, than CUDA. previous comparisons were always only possible on Nvidia, since AMD couldnt run CUDA. and CUDA was always faster on Nvidia. | |
ID: 61258 | Rating: 0 | rate: / Reply Quote | |
I've not seen a single instance where OpenCL performed better, objectively, than CUDA. https://github.com/ccsb-scripps/AutoDock-GPU/issues/239 and CUDA was always faster on Nvidia. That's incredible!! A proprietary closed framework on the hw for which is was born is faster than a generic implementation of an open-source framework. Who would have thought?? Ps. OpenCl could run on cpus. CUDA not. | |
ID: 61286 | Rating: 0 | rate: / Reply Quote | |
Sounds like poor code optimization on the CUDA branch. And one of the comments on that issue suggests as much claiming the CUDA code didn’t allocate as much memory as the OpenCL variant. Not really a fair comparison. | |
ID: 61287 | Rating: 0 | rate: / Reply Quote | |
but this kind of proves how superior CUDA is at the software level than OpenCL since they had performance boosts running the adapted CUDA native code vs the existing OpenCL implementations. Or how poorly AMD's driver stack is for handling OpenCL code. Not saying it's definitely the case, but feels like a reasonable possibility given how much variance of performance across different AMD OpenCL stack shows on Linux. At the end the conclusion is same anyway. AMD hardware + software is just not as competitive for compute than Nvidia for the past few generations, even without involving CUDA. I can only hope the AI craze will force AMD to invest more in software stack and eventually bring some improvement to RDNA compute. | |
ID: 61298 | Rating: 0 | rate: / Reply Quote | |
Meanwhile, Nvidia takes his countermeasures, blocking with CUDA 11.5 the porting of the code | |
ID: 61309 | Rating: 0 | rate: / Reply Quote | |
Meanwhile, Nvidia takes his countermeasures, blocking with CUDA 11.5 the porting of the code Your post seems to be missing some context. Blocking how? Your link doesn’t really elaborate. Do you mean only some notes in some TOS somewhere? And CUDA 11.5? That’s 2.5 years old. ____________ | |
ID: 61310 | Rating: 0 | rate: / Reply Quote | |
Your post seems to be missing some context. Blocking how? Your link doesn’t really elaborate. Do you mean only some notes in some TOS somewhere? And CUDA 11.5? That’s 2.5 years old. A simple research reports these words in many license agreements of Nvidia products (for example, here: https://github.com/NVIDIA/spark-rapids-container/blob/dev/NOTICE-binary) Cuda 11.5....and all following releases. So, bye bye Zluda and thanks for all the fish | |
ID: 61314 | Rating: 0 | rate: / Reply Quote | |
Blocking how? With the law/copyright/agreements/etc By the way i don't know if this clause is legal in EU... | |
ID: 61315 | Rating: 0 | rate: / Reply Quote | |
but again. that was more than 2 years ago. and ZLUDA is working fine with all recent CUDA releases. | |
ID: 61316 | Rating: 0 | rate: / Reply Quote | |
Message boards : Graphics cards (GPUs) : Zluda