-
With tickets #715, #11521, #12215, #12313, parent structures don't have eternal life anymore the way they used to have. That affects run-times, because chances are much higher now that the parent ha…
-
It would be nice to have a simplified interface for a general linear constant coefficient PDE of the form `du/dt + A*du/dx + B*du/dy + C*du/dz = f` where the matrices A, B, C are specified. Assuming c…
-
Hi
I am looking for a INT8 version of GEMM in OpenCL. If I am correct, CLBlast does not yet support it. Pls correct me if I am wrong and comment on the usage (perhaps a sample app etc.,).
Suppo…
-
Hi! First of all thank you for sharing such a great project! This gave me a lot of inspiration! Really appreciate!
I have some questions I would like to ask you.
1. I read your paper "Social Atten…
-
I was trying to do a simple example on page 51 of Atiyah-Macdonald using Sage, and it fails:
```
R. = QQ[]
I = R.ideal([x*y - z^2])
A. = R.quotient(I)
p = A.ideal([x,z])
p.primary_decomposition()
`…
-
Lets investigate code generation techniques in neural network world.
Some NN has subgraphs with lots of relatively small operators, that introduce a lot of overhead on runtime.
There are also case…
-
Given a non-square input (see attached examples) and a transform vector that specifies rotation and translation (i.e., a rigid transform), the transformed image computed by TransformerLayer appears to…
-
Hi everyone!
I don't know whether this feature request is a whole new paper's worth of work, or a simple tweak to the existing algorithm.
If I understand correctly, mash and mvSusie ask whether the…
-
Anyone interested in starting a GLES3 branch? Nothing fancy, just port the client to GLES3. That way, we can later add fancier stuff, such as custom shaders, etc. I think only Grum has some shader exp…
-
Edit: I will briefly describe the purpose and challenge addressed here, reproducing what I learned from discussions with @jankoboehm.
The code for the `ModuleFP`s is built up so that all higher ro…