Caleb Zulawski

Results 80 comments of Caleb Zulawski

I think that would be perfect, assuming you could provide the condarc along with a spec! I actually tried that first before submitting this issue, on a whim that it...

I just ran into this and would like this supported as well. We use `--repository_disable_download` in some situations and I am unable to use `rules_lint` which depends on `rules_buf`.

In my particular use case I can choose the file sizes, but in general, I do think the files will probably need to be multiples of the page size or...

I wonder if it might make sense possibly to use a trait? I could see the various supported types ballooning, so you could have something like `Fft for Planner`?

Looks good! I think starting with correctness is the way to go. Regarding traits, I think I will probably submit a PR in the future after this has been merged.

Something like this looks good to me! Are you open to possibly using a more trait-oriented design in the future? I wouldn't want to hold up this functionality, but I...

I would probably merge it to have something to start from--just something to consider before a 1.0 release

I think the approach I would take is iterate by chunks, bytemuck to `[T; N * 2]`, [Simd::deinterleave](https://doc.rust-lang.org/core/simd/struct.Simd.html#method.deinterleave), wrapped in `#[multiversion]`

I am working on a simd-complex crate--this seems like an important enough algorithm to include there as an AoSoA AoS conversion