so, same mistake intel made before.
so, same mistake intel made before.
If the now very clearly well functioning implementation continues to perform as well as it is, the community may be able to keep it funded and functioning.
And the other side of this is that with renewed AMD interest/support for the rocm/HIP project, it might be just good enough as a stopgap step to push projects towards rocm/HIP adoption. (included below is another blurb from the readme).
> I am a developer writing CUDA code, does this project help me port my code to ROCm/HIP?
> Currently no, this project is strictly for end users. However this project could be used for a much more gradual porting from CUDA to HIP than anything else. You could start with an unmodified application running on ZLUDA, then have ZLUDA expose the underlying HIP objects (streams, modules, etc.), allowing to rewrite GPU kernels one at a time. Or you could have a mixed CUDA-HIP application where only the most performance sensitive GPU kernels are written in the native AMD language.