Marko Grdinić
Marko Grdinić
[tensor14.zip](https://github.com/mrakgr/The-Spiral-Language/files/14603590/tensor14.zip) [Here](https://github.com/mrakgr/The-Spiral-Language/blob/865adcca3604a9fc7ca2910e959f53256f799b0a/Spiral%20Compilation%20Tests/cuda_experiments/tensor14/matmul.py#L1) is the example that produced the above report. It's a lot worse that I thought it would be. Good thing I wrote my own loading functions. Incidentally, while...
For the reference, here is my machine: ``` PS D:\Users\Marko\Source\Repos\The Spiral Language\Spiral Compilation Tests> python -c "import cupy; cupy.show_config()" OS : Windows-10-10.0.22631-SP0 Python Version : 3.11.6 CuPy Version : 13.0.0...
[Here is](https://youtu.be/9OeOmDE8aNQ) the link to the playlist I was working on in case you want to see how the matmult kernel was build from the ground up.
Related to this issue, I finally managed to get a Fable.Elmish project to run from scratch using the advice in [this thread](https://www.reddit.com/r/fsharp/comments/10w3yn6/comment/j7wnj61/?utm_source=share&utm_medium=web2x&context=3). The error in your own starter project is...
I realized only now that there is a `prop.custom` just for occasions such as these. I guess Feliz just doesn't have some of the properties I have to hack them...
This is with the `Omega v0.1.1 #master (https://github.com/zenna/Omega.jl.git)` version.
Sorry for barging into this thread, I've just been looking for ways of doing a mutex when I stumbled upon it. Could you explain why that piece of code would...
Ah, I think I understand where I went wrong in my reasoning. I thought the exit condition was for mask to be 0, but that is actually the continuation condition....
I significantly upgraded the Cuda backend for Spiral with C++ style shared pointer reference counting so now it supports the full range of features like recursive union types and closures....
I meant to post the above as a comment, but am getting this error when I tried it. I'll try opening a new bug report. 