←back to thread

1045 points mfiguiere | 1 comments | | HN request time: 0.211s | source
Show context
sam_goody ◴[] No.39345188[source]
I don't really follow this, but isn't it a bad sign for ROCm that, for example, ZLUDA + Blender 4's CUDA back-end delivers better performance than the native Radeon HIP back-end?
replies(4): >>39345214 #>>39345404 #>>39345464 #>>39345623 #
1. whizzter ◴[] No.39345404[source]
Could be that the CUDA backend has seen far more specialization optimizations whereas the seeingly fairly fresh HIP backend hasn't had as many developers looking at it, in the end a few more control instructions on the CPU side to go through the ZLUDA wrapper will be insignificant compared to all the time spent inside better optimized GPU kernels.