We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
C++ tests and examples hang when executed on Windows using MinGW.
To Reproduce
There's a build (which includes tests and examples) of the recent main branch available for download from https://buildkite.com/julialang/yggdrasil/builds/15678#0193d95c-e190-48eb-b664-f0e384591eb5:
main
Other builds (without examples and tests) are available from https://github.com/JuliaBinaryWrappers/MLX_jll.jl/releases
Dependencies:
libblastrampoline
libopenblas
tutorial.exe, distributed.exe etc. hangs, and other executables segfault:
tutorial.exe
distributed.exe
~/Downloads/mlx/julia-1.11.2/bin$ ls -la ../../bin/ total 16724 drwx------+ 1 Administrator None 0 Dec 18 19:25 . drwxr-xr-x+ 1 Administrator None 0 Dec 18 19:20 .. -rwx------+ 1 Administrator None 134288 Jan 1 1970 distributed.exe -rwx------+ 1 Administrator None 13080004 Jan 1 1970 libmlx.dll -rwx------+ 1 Administrator None 177271 Jan 1 1970 linear_regression.exe -rwx------+ 1 Administrator None 177768 Jan 1 1970 logistic_regression.exe -rwx------+ 1 Administrator None 133560 Jan 1 1970 metal_capture.exe -rwx------+ 1 Administrator None 3219625 Jan 1 1970 tests.exe -rwx------+ 1 Administrator None 180219 Jan 1 1970 tutorial.exe ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/tests.exe [doctest] doctest version is "2.4.11" [doctest] run with "--help" for options Segmentation fault ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/tutorial.exe array([[1, 1], [1, 1]], dtype=float32) # HANG ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/linear_regression.exe Segmentation fault ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/logistic_regression.exe Segmentation fault ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/metal_capture.exe terminate called after throwing an instance of 'std::invalid_argument' what(): [new_stream] Cannot make gpu stream without gpu backend. # HANG ~/Downloads/mlx/julia-1.11.2/bin $ ../../bin/distributed.exe No communication backend found # HANG
Expected behavior
Tests to pass, examples to terminate.
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered:
If you're able to figure out where it's hanging or segfaulting.. we might be able to point you in the right direction for debugging / fixing.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
C++ tests and examples hang when executed on Windows using MinGW.
To Reproduce
There's a build (which includes tests and examples) of the recent
main
branch available for download from https://buildkite.com/julialang/yggdrasil/builds/15678#0193d95c-e190-48eb-b664-f0e384591eb5:Other builds (without examples and tests) are available from https://github.com/JuliaBinaryWrappers/MLX_jll.jl/releases
Dependencies:
libblastrampoline
, andlibopenblas
etc.tutorial.exe
,distributed.exe
etc. hangs, and other executables segfault:Expected behavior
Tests to pass, examples to terminate.
Desktop (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: