Nimalan
Nimalan
Adding math algorithms ## Description of new changes Adding find divisors , is prime, fisher yates algorithm. Have added test cases for the same ## Related Issues and Discussions #10...
## Please describe the **minimum necessary steps** to reproduce this issue: The example given in README for API `some` is not working as intended. Link to example in [REPL](https://repl.it/repls/ToughGeneralBetatest) ```js...
Adding support to colors in swirl game #2 . Color will change according to the percentage of completion. @tholman [Live preview here](https://thirsty-einstein-6c90e1.netlify.com/)
- Change typing of children from `any` to `Xml` - Type attributes with new type `XmlAttribute`
Hi, I understand that P2P communication is available in ROCm through ROCmRDMA https://rocmdocs.amd.com/en/latest/Remote_Device_Programming/Remote-Device-Programming.html Is there an equivalent of the cuFile API in the ROCm universe?
I noted these two issue when I was trying to add float support in Dahlia (Calyx backend) ## 1. Hoist memory pass issue The following does not pass with `--lower`...
For my Posit bindings I modified Dahila's source, nonetheless this was another idea I found very interesting Interop with RTL ---- Dahlia has an elegant interop with RTL via Calyx....
Context Parameters using **Implicit Definitions** `implicit` Scala 2, have been reworked in Scala 3 as **Given Instances** `given`. There is a decent amount of rewrite needed for migrating to **Given...
Currently the Dahlia's documentation in https://capra.cs.cornell.edu/fuse/docs/overview/ is using Docusaurus. The publishing flow seems to be manual. Some of the current doc changes have not been updated to the public url...
## Idea 1: Records are lowered to separate variables Currently the `Lower unroll and bank` pass lowers arrays ``` let x: ubit[64 bank 4]; ``` after lowering ``` let x0:...