This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there any way to compile OpenCL for ARM Mali GPU by using llvm?

Hi.

I just start grabbing ARM Mali GPU (T628-MP6)

I was wondering if there is a way to compile opencl application (including .cl file) by using llvm or other open-source tools.

Any information would be helpful.

Thank you.

Parents
  • Thank you for information.

    What I want to do is that modifying the OpenCL kernel in assembly level.

    Host code can be compiled by using llvm, but I want to modify the OpenCL kernel code during run-time.

    Is there any way to modify the OpenCL kernel code in assembly level during run-time?

    Regards,

    Haeseung

Reply
  • Thank you for information.

    What I want to do is that modifying the OpenCL kernel in assembly level.

    Host code can be compiled by using llvm, but I want to modify the OpenCL kernel code during run-time.

    Is there any way to modify the OpenCL kernel code in assembly level during run-time?

    Regards,

    Haeseung

Children