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
There is a regression on devel when compiling the matrix multiplication bench
gemm_bench_float32.nim(74, 8) Warning: import os.nim instead; ospaths is deprecated [Deprecated]
gemm_bench_float32.nim(145, 8) template/generic instantiation of `bench` from here
gemm_bench_float32.nim(150, 17) template/generic instantiation of `gemm_strided` from here
../../laser/primitives/matrix_multiplication/gemm.nim(201, 46) template/generic instantiation of `dispatch` from here
../../laser/primitives/matrix_multiplication/gemm.nim(194, 14) template/generic instantiation of `apply` from here
../../laser/primitives/matrix_multiplication/gemm.nim(185, 30) template/generic instantiation of `gemm_impl` from here
../../laser/primitives/matrix_multiplication/gemm.nim(126, 29) template/generic instantiation of `pack_B_kc_nc` from here
../../laser/primitives/matrix_multiplication/gemm_tiling.nim(122, 6) Error: object constructor needs an object type
The text was updated successfully, but these errors were encountered:
There is a regression on devel when compiling the matrix multiplication bench
The text was updated successfully, but these errors were encountered: