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
Running cabal repl -w ghc-8.10.7 accelerate picks up 1.3.0.0 from hackage, and works for me. I don't use Nix so I cannot easily test your specific setup, sorry.
A segmentation fault in the compiler while compiling accelerate sounds highly suspect. Are you sure it is a segmentation fault, and not, for example, an OOM kill?
Also: the release on Hackage is fairly old, for various reasons. The master version on git, as well as that of accelerate-llvm{,-native,-ptx}here should have support for newer compilers, and is more tested.
Description
Failed to compile the last version of the accelerate with Nix + GHC 8.10. The compilation fails with segmentation fault:
Compilation log
Steps to reproduce
Steps to reproduce the behaviour:
nix-build
Expected behaviour
Success build of accelerate and dependencies
Your environment
The exact environment is pinned in the demo repo (by pinning accelerate version and nixpkgs).
The text was updated successfully, but these errors were encountered: