GCN ISA build in OpenCL for Windows and Linux

I have a requirement to optimize the OpenCL program for AMD GPUs.

I would like to try rewriting some of the core OpenCL cores in the GCN ISA assembly, but I have to support both Windows and Linux.

I found a ROCm platform that looks like it can do the job for Linux but does not support Windows.

Is there a tool chain that I can use for this?

+4
source share
1 answer

Yes, RGA (Radeon GPU Analyzer) is what you are looking for.

1.4 ​​ OpenCL Lightning Compiler AMD LLVM, OpenCL ROCm.

, ROCm-.

RGA .

0

Source: https://habr.com/ru/post/1654150/


All Articles