-
Reported by: ye-luo
Hi all,
The mixed precision has been added for QMCPACK.
Add -D QMC_MIXED_PRECISION=1 to activate it.
Single precision is set as the base precision. Double precision is set as the …
-
In cudnn rnn backend, setDropoutDescriptor is called at every step:
https://github.com/pytorch/pytorch/blob/master/torch/backends/cudnn/__init__.py#L220
which means that rng states will be re-initia…
-
@ilteroi,
The modpacks for 7-27 that I released last night still have desyncs related to barbarians. Not sure where the desyncs are coming from, but my guess is that it is related to the tactical AI …
-
This project uses its own CSPRNG and deals with gathering entropy to seed it. I strongly recommend against this. This is work that is already done for you by any decent operating system, and the OS ke…
-
This may be a coincidence, but it seems like this started with the move to a socket-based interface.
When I ask for completions in `racket-mode` now, it pauses for 5ish seconds on a really beefy ma…
-
It would be great to be able to use the numpy.random distribution functions for random walks and other behaviours, but I believe they are not yet supported in the JIT code generator. In particular ran…
-
As i could see there is a new Implementation of `generateRandomKey()`. We end up in base Exception:
```
Message: Unable to generate a random key
File: vendor/yiisoft/yii2/base/Security.php
Line: 542
…
nadar updated
8 years ago
-
Hello, I use latest version dev in production hosting and in the last update this error show first time and with refreshing the page every thing is OK.
This work without error in local, Error just oc…
-
The following code produces this result:
```
bboxCoords = [144.8613, -37.9136, 145.0613, -37.7136];
poly = turf.bboxPolygon(bboxCoords);
points = turf.random('points', 10, {bbox: bboxCoor…
-
The result is that R and Renjin's PRNGs produce different random numbers when given the same seed. Perhaps validating R code executed in Renjin vs. the standard R interpreter should be considered a p…