-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Calling into cblas_dgemm results in a crash is build on OSX (latest version, latest version of clang as well) with 'make BINARY=32'. The problem does not arise if I just use 'make' which results in 64 bit binary. The problem does not arise on Windows 32 nor Windows 64 (as downloaded from your website).
Unfortunately building with 'make BINARY=32 DEBUG=1' does not result in useful information as CrashReporter hangs with 100% cpu usage (from Activity Monitor).
I'm looking forward to suggestions on how I can help to solve this issue. Thank you!