GPU optimization pass in LLVM
Is adding an optimization pass for AMD OpenCL any different from writing an LLVM pass as in 开发者_如何学PythonWriting an LLVM Pass. What additional knowledge should I have to accomplish this?. Do we need some extra libraries to optimize the OpenCL kernel?
I got the answer for this in AMD Forums (updated the link)
精彩评论