You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have JtR save a "binary" (actually PTX) of the kernel. This can be achieved by setting DUMP_BINARY environment variable. File name will be kernel's name plus a ".bin" extension, in current directory.
ptxas --gpu-name sm_52 foo_kernel.cl.bin
nvdisasm elf.o > kernel.isa
Note: ptxas complained about PTX file having "Unsupported .version 4.3; current version is '4.2'" but that was as easy as just editing it 😎