Hi guys, i used jitify.hpp in my project, and it works just fine. However, i still have a question:
according to this:
|
inline Program program(std::string source, |
seems it's no way to create progtam from cuBin or PTX? or how can i create a CUFunction by giving cuBin or PTX?
Thank you very much!