-
On macOS, the following:
```
sage: gcd(x, QQbar(I))
```
correctly returns `1` in most Sage sessions,
but raises an error in a tenth to a third of sessions:
```
TypeError: unsupported operand paren…
-
(This extracts as a new issue the confusion mentioned in https://github.com/RobotLocomotion/drake/issues/6219#issuecomment-305580534 of #6219)
(This relates to #4460 and #4911)
(This relates to the …
-
### 🐛 Describe the bug
# Cases of XPU supported OP
- [x] adaptive_max_pool2d: Expected out tensor to have dtype c10::BFloat16/c10::Half/float/double, but got long int instead
"test_dispatch_meta_o…
-
## Description:
This issue proposes an enhancement to the Kolmogorov-Arnold Networks (KAN) architecture that involves the development of an automated method for converting trained models into symboli…
-
- [ ] September: Finish implementing GPT2 Inference w/ float32, clang.
- [x] Solidify aIR System
- [x] Make aIR type-safe
- [x] Optimize AIR (FastGraph). Simplify GPT2 < 1.0s
- [x] E…
-
Assigning prime numbers to our foundational emoji set could unlock deeper layers of symbolic meaning and mathematical resonance. Let's dive in!
Starting with the "prime" emoji themselves, we could…
-
## 🐛 Bug
`TensorProxy.shape` remains as an attribute, hence accessing it won't leave an unpack in trace. This causes issues when we have `NumberProxy` in `TensorProxy.shape`.
In #1201 commit 26f…
-
I was playing around with the exciting developments landed in #1192 and noticed some peculiarities.
First cosider this example:
```julia
using Symbolics, Groebner, Nemo, Latexify, LinearAlgebra…
-
Currently we have Gaussian quadrature rules for several weights:
https://github.com/sympy/sympy/blob/52f606a503cea5e9588de14150ccb9f7f9ed4752/sympy/integrals/quadrature.py
But sometimes one need…
-
When processing SAWCore terms that will be injected into the symbolic simulator, the current default behavior is to generate a fresh What4 symbolic variable to represent that term and record this bind…