-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | Windows 10.0.22631
Queue | ViperWindows
Baseline | [004d59ade00c9cdf929bc520ef6a950eb851578f](https://github.com/dotnet/runtime/com…
-
### Issue type
Performance
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.15
### Custom code
Yes
### OS platform and distribution
…
-
Using memory_profiler, is profiling the memory usage of a multithreaded program as simple as "mprof run program.py" or do we need to add the -C option?
-
We have noticed a large correlation between the .NET contention rate and Orleans storage write latency. We are using a custom StorageProvider that is fully async and are trying to pinpoint where are a…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf 2.12, tf 2.13, tf-nightly
### Custom code
No
### OS platform and d…
-
The [unit testing suite for traefik](https://github.com/canonical/traefik-k8s-operator/tree/main/tests/scenario) is probably the largest scenario test battery around.
Today I ran it and I realized it…
-
When constructing pipeline stages with Alpa's auto inter-operator parallel algorithm, we need to accurately profile the memory usage of a constructed pipeline stage to determine whether a solution is …
-
Configurator seems to cause GHC 8.0.2 to allocate a huge amount of memory during compilation with profiling enabled, specifically:
`stack build --profile`
I've created an minimum example to demo…
-
Profiling shows that `crucible_llvm_unsafe_assume_spec` spends a significant amount of time creating a crucible LLVM context that is never actually used. In particular, if there is a large number of c…
-
The code will report error [here](https://github.com/evalplus/evalplus/blob/c05b20b24ab6783878d9ffa1ae5496e83da0e65b/evalplus/evalperf.py#L196):
```python
ref_solution = ptask["reference"][idx]
…