- 03 Mar, 2025 12 commits
-
-
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 24 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
-
Alfredo Di Napoli authored
This commit starts introducing `massiv` in the codebase, initially for simple functions like `termDivNan`. The main goal is to extend the linear algebra toolkit up to the point where we can implement `distributional` in terms of `massive` and measure its performance.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
The previous code was sometimes yielding a matrix of NaN numbers as it was attempting the division of the input matrix with the diagonal, which would be 0 in case of an input matrix of 0, resulting in a division by 0 error.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
The main idea is trying to refactor/improve the existing linear algebra functions one function at the time, using reference implementations and benchmarks along the way.
-
- 25 Feb, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Related to gargantext/crawlers/openalex#6
-
- 24 Feb, 2025 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
- fix openalex parser - fix cli message about 'init' needed - more granular progress reports for node updates - fix error message when worker fails (though I'm not sure such a - detailed message is neede for the end user?)
-