Vanessa McHale
Vanessa McHale
Hm, I don't think that's `hFlush`. I'll look at `layoutCompact`, thank you!
Sounds good! I'll get to adding these when I'm less busy with work. Thanks for the issue!
Does this fix any of the failing tests that I commented out in order to get Vivado support in our test suite? Edit: ok I tried it locally and I...
@Mikolaj I'd say a backpack to 3.8 would be useful, yes! GHC 9.4.1 has a bug in its preprocessor.
Unfortunately, `system-filepath` breaks cross-compilation due to using `build-type: Custom`, which means `bench` is broken by transitivity. (I have no interest in what solution is picked so long as that is...
@martijnbastiaan sort of? It runs faster instead of slower, but not always drastically better. Let me gather more data.
 Ok so: the work queue means that concurrent normalization isn't pathologically slow, but it isn't particularly impressive either. This is just the `clash-benchmark-normalization` we have, not particularly parallel as...
cc @christiaanb Unfortunately it seems to be a little slower on Contranomy too! Not concurrent: ``` time 7.020 s (6.929 s .. 7.067 s) 1.000 R² (1.000 R² .. 1.000...
Unfortunately cfm seems to require work and in any case we see slowdowns in the majority of our little examples so I think @alex-mckenna's suggestion is the way to go.
Oh wow, thank you!!