Timo Betcke

Results 5 issues of Timo Betcke

Hi, I have created a small demonstration project of how to pass a communicator from mpi4py into rsmpi using automatically generated cffi bindings from `maturin`. The code is available at:...

enhancement

Hi, I noticed memory deallocation issues when compiling and running OpenCL kernels many times within a loop. Consider the following simple example code: ------------------ ``` import pyopencl as cl import...

Does rust-tools have support for Lsp diagnostic? When I have an error I am receiving inline hints about the error. But if I wanted to view the error in a...

Hi, this is a draft pull request to add Metal Performance Shaders. I am trying to add the `MetalPerformanceShaders` framework. I have followed some other PRs in how to add...

I would like to link Blis and Lapack statically into the same executable. However, this is not possible since several symbols are multiply defined between Blis and Lapack. These are...