-
Autotune object id changes when deleted and created again.
Steps to recreate:
- Deploy autotune using the deploy.sh script from autotune repo in minikube
- Deploy spring petclinic application f…
-
### 🐛 Describe the bug
https://github.com/pytorch/pytorch/pull/99851 disables autotuning when torch.use_deterministic_algorithms are ON.
However, we should due diligence to see if we can remove or…
-
### 🐛 Describe the bug
Repro:
```
import torch
from torch import device
def forward(self, primals_1: "bf16[9717, 128]", primals_2: "bf16[9717, 128]", primals_3: "bf16[9717, 128]", primals_4…
-
Hello
In my setup I intend to switch the 48V to the TMC5160 drivers on only when needed, so when i boot everything up VMot is 0V. Under these conditions autotune will cause an error and will make …
-
after adding the config section to printer.cfg [autotune...] with the correct motor names that exist in the motor database, and doing a firmware restart Klipper throws a Internal error on command:"SET…
-
It would be nice if one of the allowable metrics for autotune mode was minimizing the loss on the validation set. This would allow one to use autotune to create unsupervised vectors. Currently it's …
-
### Description
Encountered an `AttributeError` in the `03-matrix-multiplication.ipynb` tutorial when attempting to auto-tune configurations for matrix multiplication using Triton.
### Error Mes…
-
Would be nice if we could disable selection of flight mode options that would cause a configuration error. Specific example is that if the autotune module isn't enabled don't allow selecting autotune…
-
Tutorials example matmul:
TRITON_INTERPRET=1 python 03-matrix-multiplication.py
Encountered an error:
**matmul_kernel() got an unexpected keyword argument 'warmup'**
Error log:
> Traceba…
-
### **💡 Describe the feature**
I would like WebAudio to provide a way for web applications to access the underlying system’s native audio APIs—such as **CoreAudio** (macOS), **WASAPI** (Windows), and…