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
After checking that Caffe no longer requests zero-sized OpenCL buffers (#59), I still encounter the same result on SqueezeNet 1.1:
*** Aborted at 1486746813 (unix time) try "date -d @1486746813" if you are using GNU date ***
PC: @ 0xb5c8798a mcl_entrypoints_valid_event_list
*** SIGSEGV (@0x45ccc412) received by PID 29568 (TID 0xb01c6000) from PID 1171047442; stack trace: ***
@ 0xb5774270 (unknown)
(GoogleNet behaves similarly to what I report for SqueezeNet, just doesn't segfault. AlexNet works fine.)
The local work size (8x8) should work for any kernel. I suspect the problem might be in the way the arguments are set, but don't have any other clue at the moment.
Please find attached a trace from dividiti's OpenCL profiler up to the failing call: naibaf7-caffe-60.dvdt-prof.txt. Please see #59 on how to reproduce.
The text was updated successfully, but these errors were encountered:
After checking that Caffe no longer requests zero-sized OpenCL buffers (#59), I still encounter the same result on SqueezeNet 1.1:
(GoogleNet behaves similarly to what I report for SqueezeNet, just doesn't segfault. AlexNet works fine.)
The first call that goes bad is:
The local work size (8x8) should work for any kernel. I suspect the problem might be in the way the arguments are set, but don't have any other clue at the moment.
Please find attached a trace from dividiti's OpenCL profiler up to the failing call:
naibaf7-caffe-60.dvdt-prof.txt. Please see #59 on how to reproduce.
The text was updated successfully, but these errors were encountered: