How to create or manipulate GPU assembler?

后端 未结 6 1127
难免孤独
难免孤独 2020-12-13 07:30

Does any one have experience in creating/manipulating GPU machine code, possibly at run-time?

I am interested in modifying GPU assembler code, possibly at run tim

6条回答
  •  一向
    一向 (楼主)
    2020-12-13 07:43

    OpenCL is done for that purpose. You provide a program as a string and possibly compile it at runtime. See links provided by other poster.

提交回复
热议问题