Toby Davis
Toby Davis
That's interesting. Thanks for the quick reply! Re-reading my issue, however, I think I mis-phrased my question and meant that the syntax highlighting isn't quite the same. Is there a...
If this works, it'll be very happy --- View raw code ``` for i in range(100): print("Hello, World") print("Goodbye, World") ``` ---
Does Python code get formatted correctly? --- View raw code ```python # This is a comment def main(): print("Hello, World") ``` ---
That would be a pretty neat feature!
I'd be interested in improving the BLAS functionality. Having spent a lot of time messing around with multidimensional array libraries myself (sole developer of [LibRapid](https://github.com/LibRapid/librapid)), I've got a decent understanding...
This looks like something that could be really useful! Thanks for setting this up!
I should probably do this at some point... gotta clean things up first but I have not forgotten this :)
I haven't yet had enough time to look into Conan and what it supports/allows, but other than CUDA and OpenBLAS, all of LibRapid can be compiled from source. The prebuilt...
Awesome! Let me know how it goes and if I can help with anything. I may clean up the CMakeLists file soon as well, but the logic will remain the...
Thanks for the review @bluss. I didn't check the validity of stuff particularly rigorously, so I'm sure there are a few potential issues. I've had a bit of a think,...