- 06 Mar, 2025 6 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Nix does it now.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 03 Mar, 2025 14 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit uses the latest version of `gargantext-graph`, now rebranded `gargantext-graph-core`, which allowed us to drop unused dependencies like `accelerate-arithmetic` & co.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
The recommended way to build GGTX is via cabal anyway, and stack shouldn't get in the way of a successful build.
-
Alfredo Di Napoli authored
BREAKING CHANGE: this requires a newer version of `nix-shell`, at least 2.18 onwards. You can upgrade following the steps at: https://nixos.org/download/ In particular, these are the bumped packages: * GHC (9.4.8 -> 9.6.6) * Cabal ( -> 3.12.1.0) * Fortran ( 7 -> pinned)
-
Fabien Maniere authored
[worker] various fixes See merge request !389
-
- 28 Feb, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 27 Feb, 2025 19 commits
-
-
Alfredo Di Napoli authored
Replace performance-critical parts of the algorithm with `massiv` (and ditch `accelerate-llvm`) See merge request !382
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
We are now around 6/7 times slower than the LLVM code.
-
Alfredo Di Napoli authored
This also changes the cabal.project to not pull the accelerate-llvm or the llvm-hs dependencies.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
There are some rounding errors in the tests, but otherwise the implementation seems correct.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It's crucial to be able to understand the API surface area when porting the old code to `massiv`. It turns out that other than distributional, the other piece of code using the LLVM interpreter is `logDistributional2`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-