-
Currently `nbench` is not tested for changes in internal APIs.
The addition of a `skipBLS` flag in process_attester_slashing broke compilation recently for example
-
Some ops take input tensors which require their content to be all positive (e.g. the variance tensor in BatchNorm). This information isn't queryable by nbench on a per-op basis, and so I would suggest…
-
Hi,
I hit an issue where `cargo chef cook --release` ignores the disabling of default features for dependencies, making it impossible to build Rusoto with Rustls.
In a workspace with layout:
…
-
I want to use ngraph in codegen mode to generate C/C++ code from a pre-trained ONNX model that can link to my project in C. I used the tutorial below to create an ng_function and do a computation with…
-
While so far we used several tools for performance profiling like:
- perf
- oprofile
- Apple's Instruments
- Intel VTune
that report a lot of information (call graphs, cumulated time spent in a…
-
---
_This issue has been automatically created by [todo-actions](https://github.com/apps/todo-actions) based on a TODO comment found in [tidal_async/api.py:100](https://github.com/FUMR/tidal-async/b…
-
using version 1.1.5 pre-release but was seen with other versions a well
we run our standartised test with 5000 incoming messages and test actor system performance under various settings (journal and …
-
From nbench on voluntary_exits:
![image](https://user-images.githubusercontent.com/22738317/81942089-f6e7c080-95f9-11ea-821d-d84c4d2fb076.png)
https://github.com/status-im/nim-beacon-chain/blob/…
-
Missed interface change in #647
Normally an easy change (don't forget to update nbench #747 and the blockpool)
https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md…
-
In preparation for audit we need to pay our technical debt.
Goals:
- After audit it will be significantly harder to change the codebase if we don't want to invalidate the audit.
- The codebase ha…