-
I am still a bit unsure on how to integrate my generated kernel using the taco command line tool (with a new assembly/compute loop) for another computation that I have (that is similar to tensor_times…
-
As a part of recursive proof verification, we need to compute random linear combinations of all trace columns for all queried values. Mathematically, this is described as:
$$
\sum_{i=0}^k{\left(\a…
-
C#
![image](https://cloud.githubusercontent.com/assets/873919/24518023/17694a26-1589-11e7-8700-cc371a34c6d0.png)
F#
![image](https://cloud.githubusercontent.com/assets/873919/24518043/2558ee8…
-
Hi all,
This is more of a feasibility question for a new openmm feature.
I have been working on systematic coarse graining using the relative entropy, and one of the things we've found is that c…
-
If I use a `Buffer` to store a 40K by 80K color image in planar RGB format, I get weird pointer problems when I try to use it.
` Buffer buf(40960, 81920, 3);`
Here are the problems I see:
…
-
I've been trying to get code chunk cache invalidation to work based on a global variable (which will eventually be a string with a `digest` hash of several my data set. For now, I would be content wit…
-
In this ticket, we implement the pickling protocol using `__getstate__` and `__setstate__`
Depends on #31894
CC: @egourgoulhon @tscrim @mjungmath
Component: **manifolds**
Work Issues: **redo o…
-
Hey -
I've been looking for examples of how to write fast querying operations in Rust and came across this. I was interested in whether you are still working on the project, since it hasn't seen a…
-
I think pyp is a very cool tool. I don't actually use it, but I'm impressed by what you've created, and there is a way I would use this code more.
It would be useful if someone created a VisiData p…
-
I came across another odd behavior of the type checker that makes it effectively impossible for me to write application-level code in Idris. The program
https://gitlab.pik-potsdam.de/botta/IdrisLib…