Are you sure that you have replaced the existing CUBIN file with the one that you created? It’s important, becuase the CUBINS are architecture specific. Also make sure that your new CUBIN file does not get overwritten in the “prepareCubinFile” method.
How exactly did you compile the CUBIN file? It might be necessary to add the
nvcc -m64 -cubin input.cu -o output.cubin
parameter (if you not already did that), and, depending on the compute capability of your GPU, the argument indicating the architecture, like
nvcc -m64 -arch sm_20 -cubin input.cu -o output.cubin
Gesegnet sein jene, die nichts zu sagen haben und trotzdem den Mund halten! *
(* Zitat von Oscar Wilde)
Aufgrund der Rechtschreibreform leidet der Author an einer umfassenden Verwirrung. Daher sind Fehler zu entschuldigen
Schau doch mal vorbei: www.meingutscheincode.dehttp://hosting.t-online.de