-
After perform the order of "cmake .. -DCUTLASS_NVCC_ARCHS=80" & "cmake .. -DCUTLASS_NVCC_ARCHS=80" , I got the following:
-- CMake Version: 3.20.5
-- CUTLASS 3.5.0
-- The CXX compiler identificatio…
Zmy6 updated
2 months ago
-
### Description
just use fetch api, and use Android Studio Profiler watch memory change.
### Steps to reproduce
1. clone my reproduction repo
2. click start button to constantly fetch
3. use tool…
-
Currently, the new profiler doesn't support HTML5 platform.
We should investigate the possibility to adding pthread support for the HTML5 build, and also
make the external profiling library build fo…
JCash updated
1 month ago
-
### Describe the bug
Something has broken the QML profiler in QtCreator, most likely with the Qt 6.8 update:
```
admin@msi:~/ > qtcreator
qt6ct: unable to find qt6ct proxy style
Cannot update Q…
-
I have a class with a function that is slow the first time it's called (common for ML code like TF and PyTorch). In order to get more consistent timing, this function does a warmup run during init. I'…
-
> async-profiler.continuous.load-native-library = true - if the tool should load native async-profiler library (turning off disables starter permanently)
It is not true, because autoconfiguration s…
-
### Expected behavior
I expected to launch my server on my ubuntu VM.
### Observed/Actual behavior
When I launched my paper.jar file, everything load, without plugins. when the server show "Done". …
-
### Describe the project you are working on
2d platformer
### Describe the problem or limitation you are having in your project
Profiler limitations
### Describe the feature / enhancement and …
-
### 🐛 Describe the bug
Running the profiler on the CPU with `with_stack` activated does not allow to call torch.load.
```python
import torch
from torch.profiler import profile, Prof…
-
### 🐛 Describe the bug
Modifications to os.environ affect a process global data structure (the environment struct), and are therefore not thread safe.
Here is a quick and dirty grep for environ mo…