Martin Robinson

Results 156 comments of Martin Robinson

The solvers would use openmp for running in parallel so this would be controlled by setting an environment variable OMP_NUM_THREADS, I'll make sure to document this functionality for users also...

I believe you can do `Int Ap[const]` since C99 (https://en.cppreference.com/w/c/language/const#:~:text=In%20a%20function%20declaration%2C%20the,the%20array%20type%20is%20transformed.), but I'm not sure as this is the first time I've come across this syntax. Presumably `const Int Ap[]` is...

thanks for the info @sarah-ek. I would like to make a sys crate for suitesparse when I have time (I'm not aware of an existing one) which might help with...

> Hi Martin, I am interested in developing a high level library for the python ml frameworks! Great, thanks @jackbmontgomery. FYI I was thinking that this would probably involve wrapping...

you would have to experiment, but I suspect 2. is the most straightforward and most likely to succeed and the one I would recommend you start with (as you already...

@jackbmontgomery any updates on this?

Copying some info on the javascript wrapper from #203: > Sure! diffsol will work with wasm out of the box in the way you are using it, but I'm also...

Following on from this, I removed all the special characters from the onnx graph nodes manually, then had an issue that the Split node was not supported in burn v0.16.0,...

ok, after a little more digging I've found that: - the original model (linked above) is parsed and run with no issues using `candle-onnx`, so I believe it to be...