Shubhamkar Ayare
Shubhamkar Ayare
Sorry, I've been busy. It's been great to see lots of activity on coalton recently! I might be free to dive into this in detail in another month. Is there...
Sorry, I missed the last review by eliaslfox! I will be putting this on priority for the upcoming week or two. I think heuristic inlining and a monomorphize-like inline should...
Basic method inlining is now in place too! That leaves 1. Error handling and tests 2. Slot naming conventions: is `inline-p` okay, or should they be renamed to `inline`? Although,...
I think this is ready for further review now - I need opinions and suggestions to resolve the FIXMEs and the remaining tasks mentioned in the [top comment](https://github.com/coalton-lang/coalton/pull/1029#issue-1954366828).
Oops, I again missed an update here for quite a while! I have decreased my repository watch-level to a more appropriate level now! Given the state of this PR and...
Going by the code in [lisp/update.ros](https://github.com/roswell/roswell/blob/master/lisp/update.ros), it seems I should be invoking `ros update git XXX`, but this results in a component not found error. ``` $ ros update git...
I have updated the tag for compiler-macro-notes. Please try rebuilding after re-pulling the latest tag `v0.3.0` of compiler-macro-notes.
In the cases when `uplo` is `L` or `U`, copying should involve copying of half the array. However, going down the path of transposing the inputs and then the outputs,...
By default, the main program uses the base.en model which is specialized for english. But multilingual models are available: see from here - https://github.com/ggerganov/whisper.cpp/blob/master/models/README.md
I see, thank you! But so, while trucler provides the environment protocol, a code-walker that uses it is still yet to be developed, is that the case?