-
- [x] PRNG has a desription that clarifies that it is an abstract class for defining the interface for PRN generation
- [x] PRNG.next() and PRNG.maxValue() are annoted as abstract methods
- [x] PRNG…
-
**colmap fails to build, appearing to choke on type_traits parsing in cuda**
# CMake Output:
```
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
…
-
This has been talked about on and off for quite a while now, but some of the utilities in rocket-chip, like the async FIFOs, are quite general and would be good candidates for inclusion in a chisel st…
-
right now unseeded calls to e.g. `keras.random.uniform` are going to acquire static seeds at trace time. this has a few undesirable consequences:
1) subsequent calls will have the same randomness e…
-
Hi @RoxasShadow,
I quickly reviewed your project and there are a couple of issues regarding your cryptographic implementation.
I didn't really have enough time to give a broader look at it, but as fa…
-
The Venture source currently contains seven (!) Python classes whose name ends in the token `Args`:
- `Args`, in `node.py`, both defines (loosely) the interface of the
object that Lite SPs expect pa…
-
I have a module for data textures from whs v1. I think either a `DataTextureModule` and `TextureModule` (see #213) can exist, or there can be one generic one. Here is the code for reference, I will ma…
-
In line 166 of edgeworth.py is checked if the imag-part is zero and if abs(r) is smaller than 4. If I choose a fourth cumulant higher than 4 I get this warning and yes in this case the imag-parts are…
-
In a Repast HPC model we were seeing non-portable results when executing a seeded model on different machines, or when executed within a singularity container.
Through debugging / reducing the prob…
-
Firstly, thanks for PyO3, it's great!
This issue is being opened following a [chat post on gitter].(https://matrix.to/#/!AAhjIWoaKSExrkkhlG:gitter.im/$9gOL75NMgSzKVrKugcQUMBUFcy5QMpLvxuJafAHLieU?v…
Thell updated
9 months ago