Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devel regression "object constructor needs an object type" #15

Closed
mratsim opened this issue Jan 16, 2019 · 1 comment
Closed

Devel regression "object constructor needs an object type" #15

mratsim opened this issue Jan 16, 2019 · 1 comment
Labels
bug Something isn't working need upstream fix

Comments

@mratsim
Copy link
Owner

mratsim commented Jan 16, 2019

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
@mratsim mratsim added bug Something isn't working need upstream fix labels Jan 16, 2019
@mratsim
Copy link
Owner Author

mratsim commented Jan 27, 2019

Upstream: nim-lang/Nim#10339 fixed in nim-lang/Nim@d9ee377 (nim-lang/Nim#10370)

@mratsim mratsim closed this as completed Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need upstream fix
Projects
None yet
Development

No branches or pull requests

1 participant