-
# LWG review of P1673R12: 2023/06/28
## linalg.algs.reqs
2.4, spell out "unary plus" as well as unary minus.
Not comfortable with saying that "any addend" is well formed, as that just says a …
-
`pybind11:vectorize()` is very convenient, it allows us to provide Numpy-like universal functions (broadcasting, fast-loop call) with minimal effort. However, it seems to be problematic when releasing…
-
Consider a case where we have a function `f: ℝᵐ → ℂʳ → ℂˢ → ℝⁿ = ℝᵐ → ℝⁿ`, which we can write as `f = f₃ ∘ f₂ ∘ f₁`.
Typically `f₁` will produce a complex output by adding, subtracting, multiplying o…
-
Any flag, e.g. save-temps, to dump the C++ code?
-
# Feature or enhancement
### Proposal
I have implemented a stack-based version of `ast.literal_eval` and conducted benchmarks to compare its performance with the existing implementation. The res…
-
## Description
Given the application space of a PowerVR GPU there needs to be a higher quality standard for this SDK.
I could never use this library in a production environment due to the code q…
-
.show eval ABS(-1) shows 1.
.show floatval ABS(-1) shows 0.000000 and error in console: Bad intrinsic function usage. missing ).
.show eval SQRT(030) shows 6.
.show eval SQRT(30) shows 5.
So with eva…
-
### 🐛 Describe the bug
In PR https://github.com/pytorch/pytorch/pull/77640:
Since range of chalf is much less compared to cfloat, we get `inf`s easily (eg. with `pow`, `exp`), so we cast `cfloat` b…
-
It would be useful if it's easy for a user to add custom, but differentiable, operators to `SX` graphs. Examples are exotic functions (e.g. erfinv) or lookup tables, e.g. for steam properties.
-
I'm afraid I'm not sure whether I'm reporting a bug or requesting a feature. I'm happy to leave that up for you all to triage. I'll start with what I'm seeing and what I'd like to see, and then get a …