mattfel1
mattfel1
This will probably be fixed when I get the auto insertion of pipes into switchcases, depending on how that pipe is inserted I have this code from BFS_Bulk. The innermost...
Should there be explicit registers for the selects? I have a case where I branch based on the value of a register in Sort_Radix, and then I change the value...
I'm not sure why someone would want to do this, but it should at least compile to the right thing if they do. Currently I look for the topReadersof in...
When doing sbt run-main (or bin/spatial), the generated files get dumped in whatever output directory on top of what is already there. Is there a scenario where this is desired?...
Assuming there is a reason someone did not want to put accum2 directly as the reduction register, I think there is some kind of bug (maybe with unit pipe insertion)...
This is probably an easy one... I have the following code but when I try to print g6, it gives me the Exp's toString and throws the warning below: ```...