-
I've talked about this before but I couldn't find an existing issue about it.
Swift requires operators to consist of *non*-alphanumeric characters, so they aren't valid identifiers. This allows cus…
-
Several operators have been discussed in the issue tracker over the years. Some should probably be added to the library, some would fit well in the examples or the documentation. This issue centralize…
-
Hey folks, thanks for creating such a fantastic library. We are using it in production and it's been absolutely fantastic.
A recent issue/feature request I've come across is I need to sort a list …
-
We propose changing the default backend from tvm to tilelang before the v0.0.1 release. The tilelang backend has demonstrated compatibility with all current operators (e.g., Matmul, Flash Attention) a…
-
Time - 20.36
[https://replit.com/@fernandothushin/Java](url)
-
It would be nice to support builtin operators like + - / % > etc for both field and [uint](url) types.
Instead of implementing them as via builtin interfaces, like [this pending PR](https://github.…
katat updated
1 month ago
-
### Description of the feature
Create operators for MAPDL (or generic ones) for retrieving bending moments and such for beam results.
The idea would be to have explicit operators, wrapping calls to `…
-
**Environment**
v3.27.0
**Describe the bug**
The shift operators (e.g. `sll`) are parsed as `parser.todo` tokens, rather than the proper corresponding shift operator token.
**To Reproduce**
S…
-
### 🐛 Describe the bug
`bitwise_right_shift` only works for uint8, not for integrals as documented here: https://pytorch.org/docs/stable/generated/torch.bitwise_right_shift.html
```py
>>> import …
-
Master issue : #9702
### Op Requirement :
- ElemwiseBinary/ELEMWISE_BINARY_LEFT_SHIFT
- ElemwiseBinary/ELEMWISE_BINARY_RIGHT_SHIFT
**Issues :**
Initial Implementation done in #8636
This …