-
# Serial Replication
## Problem
If replication can be parallelized, then we are forced to require a degree of parallelization in our implementation in order to ensure that the we can replicate a…
-
I get the following error while running DDFacet:
```
- 10:45:13 - ClassFacetMachine | [0.1/0.3 0.9/1.0 77.4Gb] max w=1000 as per --CF-wmax setting
- 10:45:13 - CacheManager …
-
Howdy person reading this.
2017 saw an unexpected growth in the number of people using the package. I'm flattered and humbled by the comments that I've gotten at the talks that I've given. Based on…
-
I cannot configure deal if I compiled Trilinos with CUDA support. During configuration we check that Sacado supports C++11 (see [here](https://github.com/dealii/dealii/blob/master/cmake/modules/FindTR…
-
I was reading the draft for the type-system ([XDN03](https://github.com/Microsoft/xlang/blob/master/design_notes/XDN03%20-%20xlang%20Type%20System.md)) and it looks simultaneously too much and too lit…
-
I have an ongoing PR(#1382), which has a hacky support on manipulating IR through some IR transform passes.
@tqchen suggested that I should refine it to make it able to reuse `compute.op`-like data…
-
- [x] Convolution
- [x] ReLU
- [x] Batchnorm
- [x] Pooling
-
Yet another edge case...
$ cat test
Calandrinia stagnensis J.M.Black
Calandrinia strophiolata "(F.Muell.) Ewart
Calandrinia tepperiana W.Fitzg.
$ gnparser file -i test
Running with paralleli…
-
**[Original report](https://bitbucket.org/litmis/nodejs-idb-connector/issue/5) by Tony Cairns (Bitbucket: [rangercairns](https://bitbucket.org/rangercairns), GitHub: [rangercairns](https://github.com/…
-
I noticed something strange about this:
```
body = this.RULE('body', () => {
this.MANY(() => {
this.SUBRULE(this.key);
this.SUBRULE(this.value);
});
});
```
vs
…