-
When you originally described the module to me offline, I thought it would have per op profiling/benchmarking, I see that it just has counts of ops after compile time, and op run counts during runtime…
-
add a more robust solver test suite that performs benchmarking against several standard test functions
-
Since performance is pretty important for us, we got to make some automated benchmarking and performance testing.
Running on real life example can include Caffe converter testing
Randl updated
7 years ago
-
### What information is missing?
We used to have some documentation about benchmarking, but we currently have no documentation or suggestions.
This is separate from profiling in DevTools, which i…
-
[pgvectorscale](https://github.com/timescale/pgvectorscale/) is a postgres extension that builds on top of pgvector to add a few capabilities to make it more performant. Their claims have been quite g…
-
Currently, benchmarking fundamental subsystems (e.g. the task subsystem) is hard. It'd be nice to have a configuration option to run a benchmarking application rather than the shell at startup. The mo…
-
The instructions in this repo for running SP1 are missing rust compilation flags that give free performance gains on most CPUs. The [AMD EPYC 7713](https://www.techpowerup.com/cpu-specs/epyc-7713.c237…
-
For [perspective](https://github.com/finos/perspective), we (but mostly @texodus) have setup really great benchmarking which allows us to track granular release-to-release performance metrics. Example…
-
When benchmarking with `benchamrk_shard_size.sh` the worker crashes when querying a balance
```
[2020-02-23T13:25:15Z INFO substratee_worker::ws_server] [WS Server] Got message 'get_stf_state:…
-
Not exactly an issue, but have just been trying to run one epoch of finetuning with llama-13b. On a 4090 looks like it will take roughly 4 hours with the setting `MICRO_BATCH_SIZE = 2'.
However, i…