-
The travis run for https://github.com/twitter/algebird/pull/504 failed due to this unrelated property test failure. I wanted to document this test failure before re-running the build:
```
DecayedVec…
-
The fact that all binary operators associate to the left is a source of surprise for programmers (and probably bugs).
We should do something about this. Options include:
1. Hard-code some preced…
-
Replace or wrap lavary-menu with simpler interface.
-
Hello
Firstly, thanks for this very cool library, which I think has no equivalent in the CL world 👍🏻
Disclaimer I am not (yet) a CL expert, so apologies in advance if there is a trivial answer …
-
Als enhancement op issue #20, deze presentatie functie (showMenu) heeft wat businessLogica dit is niet netjes.
Als je in index.php aan het eind van de `processRequest` functie een array maakt met d…
-
```
What steps will reproduce the problem?
In [18]: mpi(1.0)+mpi(1.0)*(mpi(0.01)**2)+mpi(2.0)*mpi(0.01)
Out[18]: [1.0200999999999997847, 1.0201000000000002288]
In [19]: a=mpi(1.0)*(mpi(0.01)**2)+mpi(…
-
-
In MLA, the KVCache compresses $h_t$ into $C_t^{KV} \in \mathbb{R}^{d_c}$, and to circumvent the issue of incompatibility with RoPE for low-rank KVCache compression, it concatenates $k_t^R = \text{RoP…
-
This issue is meant to include several relatively simple Chapel examples for which aggregation is important to achieve good performance. The idea is that an aggregation strategy (or group of strategie…
-
Happy New Year.
I noticed that `Vec n a` extends `Ord` as follows:
instance (KnownNat n, Ord a) => Ord (Vec n a) where
compare x y = foldr f EQ $ zipWith compare x y
where …