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
cuda-report-errors and cuda-scan-error-buffer are defined in the same file, but the former calls the latter, which can lead to errors if they are called at load time (see #9 where/why that happens).
another toplevel form in that same file tries to initialize the device, which leads to a cuda-invoke, which then leads to a call to cuda-scan-error-buffer which is not yet loaded/defined at that point.
backtrace is available in Xach's report in #8 (the backtrace is not very useful).
The text was updated successfully, but these errors were encountered:
attila-lendvai
changed the title
cuda-report-errors calls cuda-scan-error-buffer, so calling it at load time will lead to an undefined-function error
load order issue in the error handling code
Sep 29, 2016
cuda-report-errors
andcuda-scan-error-buffer
are defined in the same file, but the former calls the latter, which can lead to errors if they are called at load time (see #9 where/why that happens).another toplevel form in that same file tries to initialize the device, which leads to a
cuda-invoke
, which then leads to a call tocuda-scan-error-buffer
which is not yet loaded/defined at that point.backtrace is available in Xach's report in #8 (the backtrace is not very useful).
The text was updated successfully, but these errors were encountered: