simit
simit copied to clipboard
A language for computing on sparse systems
Hi everyone, I've got an issue with the print or println function when running a simit program on the GPU, which makes debugging rather unconvenient. In the simit linker log...
There are a number of simple functions which I would like to see added support for - [x] `A = a * B` scalar-matrix multiplication - [x] `A = B...
Hi, It looks like I have a compilation error related to simit_assert. Is something missing in my case or something should get fixed here? [Fem.txt](https://github.com/simit-lang/simit/files/2206641/Fem.txt)
Hi, I've been using Simit for writing a piece of finite element code in order to reach real-time execution for computer-assisted surgery planning. Using this library has made my work...
I managed to build it successfully after the changes described in the attached diff file. For information, my setup was the following: Ubuntu 16.04 Cuda 7.5 LLVM 3.7 (I had...
As a new Simit user, it would be nice to have more examples, such as the elastic shell simulation presented in the paper. Thanks!
Input ``` export func main() var A : tensor[3,3](int); var B : tensor[3,3](int); var C : tensor[3,3](int); A(:,:) = B(:,:) + C(:,:); end ``` Error message ``` Please report it...
To avoid potential naming conflicts with user-defined macros.
Implement a framework for dataflow analyses and program transformations