Porting microgpt to Futhark, Part I
31 points by mjn
31 points by mjn
Interesting read, thanks for trying that out!
Small note: You complain about reduce (+) 0f32 not being a nice way to write sum: I agree, and there is f32.sum to help you out!
For some reason I didn't even think to look for that (though I do use f32.max, etc.). Maybe a bit of APLism. Thanks, I'll simplify that for the final version.