-
(Tried to select "bug" template but it wouldn't let me select any.)
I just installed ghc8.10.5 (via ghcup) on macOS Big Sur (11.4).
I did a "cabal update" (cabal 3.4) and then started rebuilding a l…
-
-
Hi, would it be alright to start a section for optimization algorithms? I'd be happy to add a few gradient descent algorithms and a few heuristic algorithms as well. There are a ton of different possi…
-
Epic: Intelligent Loss Function Generation for Program Optimization
Summary: Develop a compiler that utilizes a program's AST, data flow diagrams, profile data, and runtime execution to generate and …
-
The idea is that, _starting with the primary server as a reference_, servers which the bot has been added to will be _given_ their own **separate database**.
By doing so, we are effectively **elimina…
-
**Motivation**
It's increasingly harder to reach SOL on newer GPU architectures, starting with A100 and H100, especially for simple kernels, like:
`thrust::transform(..., thrust::plus{})`, which basi…
-
## Bug report
Hello,
I submitted a `Nextflow` workflow to our cluster (`SLURM` scheduler), but `Nextflow` did not terminate after all tasks were completed. It eventually timed out because of the …
-
# Adding an optimization module
For now, Tensorly (TL) ships with one API for each particular tensor decomposition model. While this has the advantage of simplicity for the end-user, this limits the …
-
[Proximal Policy Optimization Algorithms](https://arxiv.org/abs/1707.06347)
-
It would be nice to use Graphhopper to calulate a distance matrix (or Origin / Destination) matrix from a list of nodes.
This is useful for route optimization.
Either by repetitive use of one-to-all…