mattfel1

Results 60 comments of mattfel1

Do we have the metadata yet that tells me if I should uramify a memory?

I meant for it to track our own version of ILA

Ok I'll correct the codegen and check it inside one of the other unit tests

There may be an issue when you have a read and write to an argout that is unrolled into multiple parallel accesses. Look into this

2 - Seems like it won't change correctness, but it sounds more expensive maybe. The plan is to get rid of the enables that come into controllers and instead wrap...

I was able to remove explicit ii in the page ranks and they succeed now, but there is still an issue with Sort_Merge (and possibly Sort_Radix). I can give more...

Are you saying I should do this for now or something else? `println("expected: " + g1 + ", " + g2 + ", " + g3 + ", " +...

These exist already exp_taylor sqrt_approx cos_taylor sin_taylor See spatial-lang/spatial/core/src/spatial/lang/static/MathApi.scala for what these expand to

Made the pir rule the same as the fpga rule and everything seems ok so far

actually this may break >2D mem loads. Looking into it