I am running into segmentation faults and/or std::bad_alloc errors when using the TBLIS C interface. However, the error does not appear on 1.4.x, either built from source or from binaries, but does occur on 1.5.0-beta1 and nightly builds.
Is anyone aware of any changes that may be causing this behavior? All I have been able to find is that LLVM is upgraded to 9.0.1 in 1.5+. Is there a way to build 1.4.2 with LLVM 9 to test if this is the issue?
The source code can be found here.
https://github.com/mdav2/TBLIS.jl
Previously I have had similar issues (Segfault using ccall on initialization function - #11 by yuyichao) but that seemed to be resolved with the helpful comments from @yuyichao.
Any help would be appreciated!