mratsim / laser

The HPC toolbox: fused matrix multiplication, convolution, data-parallel strided tensor primitives, OpenMP facilities, SIMD, JIT Assembler, CPU detection, state-of-the-art vectorized BLAS for floats and integers
Apache License 2.0
277 stars 15 forks source link

[Gemm] Nim devel compiler gets stuck when compiling older commits #33

Closed mratsim closed 5 years ago

mratsim commented 5 years ago

Trying to bisect #32 but Nim devel compiler gets stuck while calling GCC/Clang or the linker.

mratsim commented 5 years ago

This was due tothe new name mangling: (https://github.com/nim-lang/Nim/issues/11202, https://github.com/nim-lang/Nim/commit/651ae68567a71085bf4c0fc58fba18d5acbbe693)

Monkey patching the nim.cfg during bisection works (see 7b9fd9b32283fa13680ac5f7223fa31283c0d3a4)