-
I apologize for possible stupid question. I'm not familiar to the theory under shenfun at all and using it as a black box.
Previously I was using the following script to solve 2D Poisson equation wi…
-
Note: This RFC is more of a research idea brainstorm rather than discussion on current status of TIR development.
Halide and TVM decouples compute and schedule description so that we can only focus…
-
PyTorch currently has 139 test files[^1], 519 TestCase classes[^2], and 9984 test cases[^3]. Some of these tests are already implicitly owned by internal teams, for example, the tests in the `test/dis…
-
During work on #22342 I found the situation with Numbers and Sets to be a bit confusing. Here are some examples:
* sets.sets defines the class EmptySet but the thing that actually gets used is S.Em…
-
I have the following additions:
Linear Algebra:
(4, 20): ‘A partially ordered set’ should be ‘a nonempty partially ordered set’.
(12, last lines): In the proof of Theorem I, it should be remarked…
-
`torch.norm` is one of the most used routines in the library, but we still have a rather generic in-house implementation.
Both [MAGMA](https://icl.cs.utk.edu/projectsfiles/magma/doxygen/group__magma_…
-
This issue is about recent developments in the OT literature that have been concerned with scaling for
- entr. reg. OT
- GW
- FGW
We can collect some results here and note down methods that we …
-
It would be useful to have a scalar-valued field class with maps to/from the tensor valued fields, i.e.
```
C[d](K, R) C[d](K, R^E) # where E : K -> Set is the shape functor.
```
Rig…
-
`tf.gradients()`, when used on complex numbers, erroneously flips the sign of the imaginary part:
```
>>> x = tf.Variable(0. + 0.j)
>>> sess.run(tf.gradients(x*x, x), feed_dict={x:0.1j})
[-0.20000000…
-
Currently, list of tensors with different sizes (but same number of dimensions) is not supported:
```python
import torch …