Mahmoud Mazouz
Mahmoud Mazouz
I guessed as much because to be honest I wasn't satisfied with it myself. @redthing1 Yes I would like to see the code please. I'll open a new PR once...
> When we point to a string, we point to a `Rc`, so that we don't have to deal with the state to dereference. Since we are only intent on...
Turns out you can pass `-explain-mising` to `hs-generators.cc` from `Setup.hs`. It's missing the `I32ElementsAttr` attribute!
I did not run the tests but I surely ran into issues when generating code that uses GEP. The generated builder (the pattern fails to generate, did not investigate why...
After more digging realized that the error is non-deterministic. Sometimes the `std::thread::spawn` calls in the `atexit` handler fail with "Access is denied." (and this is what happens when one tries...
I opened https://github.com/rust-lang/rust/issues/124466 and https://github.com/rust-lang/rust/issues/124468 to discuss/improve the stdlib's handling of this.
It seems that Milan has no AVX-512 while Genoa does. [Wikipedia](https://en.m.wikipedia.org/wiki/Epyc) claims that AVX-512 on EPYC is available on Zen 4 and later. Milan is Zen 3 and Genoa is...
@YuanYuYuan Please change your pull request's base branch to main (new default branch). And rebase your branch against `main` as it is missing a status check necessary to merge this...
> > I found that a new crate with clap >= 4.5.1 still can't compile even if we freeze the clap version inside zenoh to be less than 4.4.18. >...
@samcarey May I ask why do you need to update the lockfile?