-
Bitwise operations are very common, and most deep learning frameworks support these operations. However, Burn seems to lack support for them.
For me, if bitwise operations were available, I could e…
-
**What is your question?**
I first have an array of pointers A. Then, following layout B, I obtain a tensor T0. Similarly, I have another array of pointers B (different from A), and by following layou…
-
To reproduce
```python
from torchao import quantize_
from torchao.quantization import int8_weight_only
from torch import nn
import torch
linear = nn.Linear(1024, 1024)
quantize_(linear, int…
-
### 🚀 The feature, motivation and pitch
Python has a nice builtin function called `divmod` defined as `divmod(x, y) = (x // y, x % y)`. There are some previous issues about supporting it in pytorch…
-
Hi,
I am opening this issue as suggest to me in the Julia discord topic [Matrices and tensors with Symbolics.jl](https://discourse.julialang.org/t/matrices-and-tensors-with-symbolics-jl/119394). I…
-
I'm have not really looked in to the library yet.
But I was wondering what it would take to extend it to N-way tensors. If I find the time I would be happy to look into that.
-
## Background
`backendtrain/ops/*Layer` has extra(auxiliary) tensors used for `backward()`.
For example,
https://github.com/Samsung/ONE/blob/60683ad7293d2a18a7939dc49bcea77d8e09b352/runtime/…
-
I’m trying to fine-tune Phi 3.5 Vision using transformers. However, I’m running into an issue trying to save the model during or after training. See below for a minimal reproducible example.
My examp…
-
### 🚀 The feature, motivation and pitch
I want to implement gradient checkpointing API where I want to specify some tensors which are not stored for backpropagation. The current `checkpoint` API does…
-
For testing purpose we have added a temporary fix to make 0-dim tensors work for ttnn op by extracting the scalar as this is not in the scope of eltwise.
But at present we can pass 0-dim as scalar i…