https://bugs.winehq.org/show_bug.cgi?id=55011 --- Comment #3 from Alois Schlögl <alois.schloegl(a)gmail.com> --- Created attachment 74679 --> https://bugs.winehq.org/attachment.cgi?id=74679 list of cuda functions called until crash The attached list shows the cuda functions called during the run of M.exe until the crash. The first column is the count how often a function has been called. The list of commands was generated with the following commands: export WINEDEBUG=-all,+nvcuda wine $WINEPREFIX/drive_c/Warp/M.exe &> warpem-109v-wine811.log awk '{print $1}' warpem-109v-wine811.log |awk -F: '{print $4}' |sort |uniq -c
list_of_nvcuda_functions_in_warpem_until_crash.txt
-- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.