Gobutah
Gobutah
Same as before ``` $ time AF_SYNCHRONIZE=1 OMP_NUM_THREADS=8 ./arrayfire ✔ 11s vec: 2, 1 kernel: 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 Threads: 8 Thread...
Other clang (AOCC 5.0) same issue: If I replace the line ``` CXX=clang++ meson setup build ``` by ``` CXX=/opt/AMD/aocc-compiler-5.0.0/bin/clang++ CC=/opt/AMD/aocc-compiler-5.0.0/bin/clang meson setup build ``` I get the same issue:...
I don't get this issue on GCC.
No. I was using precompiled julia. But I don't understand why it is necessary since Julia is not using C++ itself, so only C ABI would be needed to be...
I compiled Julia with the same compiler `/opt/AMD/aocc-compiler-5.0.0/bin/clang++ (clang 17.0.6 "AMD clang version 17.0.6 (CLANG: AOCC_5.0.0-Build#1377 2024_09_24)")` and the issue persists. I will now delete the .julia directory and try...
It still does not work: ``` $ julia demo.jl C++ exception while wrapping module M: No appropriate factory for type v ERROR: LoadError: No appropriate factory for type v Stacktrace:...
It seems CxxWrap is not compatible with clang compiler.
I modified the demo bash file for reproducibility: ``` cat meson.build project('CxxWrap', 'cpp', version : '0.1', default_options : ['warning_level=3', 'cpp_std=c++17']) compiler = meson.get_compiler('cpp') ############################## # CxxWrap dirs ############################## r =...
I think I only compiled my cpp file with that flags. In the director `/home/user/.julia/artifacts/7b2099c0a944e2b2d7f7ca3254c9681a9bf579a0/lib` I have these libs: ``` cmake/ libfunctions.so* libbasic_types.so* libhello.so* libcxxwrap_julia.so@ libinheritance.so* libcxxwrap_julia.so.0@ libjlcxx_containers.so* libcxxwrap_julia.so.0.13.4* libparametric.so*...