-
Version:
pip list | grep triton
pytorch-triton 2.1.0+7d1a95b046
pytorch-triton-rocm 2.0.2
triton 2.0.0
>>> import triton
Traceback (…
-
While auto tuning the index the function "test_index_precision" is called which sweeps over the checks by executing
```
c2 *=2;
```
till the precision of the method is greater than the desired preci…
-
If some one is going to use the simulator for position or velocity control can also tune a little bit The PIDs???
-
@olofk recently posted https://twitter.com/OlofKindgren/status/1354178191431245824?s=20
> I finally got around to merge a really cool Edalize feature. If you install edalize with the optional reporti…
-
```
[optimizer.cpp::computeCosts::1981] Error Code 10: Internal Error (Could not find any implementation for node {ForeignNode[Reshape_419 + Transpose_420...Gather_2423]}
```
I have an ONNX model…
-
During the [implementation for my bachelor thesis](https://github.com/goblint/bench/pull/58#issue-1781495020) about generating test cases for the incremental analysis we encountered a problem: The inc…
-
Explicitly passing a `revision` is encouraged when loading a model with custom code to ensure no malicious code has been contributed in a newer revision.
Explicitly passing a `revision` is encouraged…
-
Please provide firmware, which allows PID parameter modification via LCD screen. Without the option to adjust PID setting, running closed-loop mode (left cube, activated by DIP switch 3 on) provides m…
-
Another power top tunable that could be set on boot:
```
echo 'auto' > '/sys/bus/usb/devices/1-9/power/control';
```
-
## 🐛 Bug
Hi, I'm training `roberta_large` with DDP with `torch.compile` API wrapping the model definition in trainer. This API is introduced PyTorch 2.0; This error doesn't happen without the `torc…