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
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.