clMathLibraries/clBLAS

Is it a good idea to use GCN cross lane instruction for optimization?

fancyIX opened this issue · 1 comments

Many cuda optimization methods can be migrated to AMD opencl. Besides smaller LDS, one big barrier is that opencl doesn’t have cross lane function of shfl as cuda has. However, in-line assembly is well supported with rocm compiler on Navi cards. We can use dpp instructions to exchange registers between threads even faster. Anyone interested in this work?

I'd be happy to.