Dmitry Babokin
Dmitry Babokin
KNL targets need to be removed from 19.0 build - it started failing, as KNL intrinsics are not available. See example of failed run here: https://github.com/ispc/ispc/actions/runs/9675033610/job/26700429544 Failed tests: ``` Failed...
@aneshlya @nurmukhametov Let's remove KNL target for LLVM 19, otherwise we have too many lit code failures and LLVM 19 is not tested.
You can't build FreeBSD Docker on non-FreeBSD host. So you need a FreeBSD machine - either baremetal or in the VM. Both are difficult in terms on maintenance. `libc++` is...
I believe that it's not a valid complaint. Let me bring a broader context here first. FP precision in modern compilers is governed by fp-model flags and the math library...
>> ISPC design was following this philosophy - fast by default. > I don't think this has happened in the case of `rsqrt` function, at least because there is `rsqrt_fast`...
Neither `--resume` nor `--continue` work. `codex` version `v0.36.0`. It's not just hidden, it's not available. Missing this feature is critical for me, as sometimes codex has problems with accepting input...
> [@dbabokin](https://github.com/dbabokin) Did you look at [the comment above yours](https://github.com/openai/codex/issues/1991#issuecomment-3299979570) that suggests it changed to `resume` (not `--resume`) in `0.36.0`? I read the thread, but apparently missed this 🤦🏻♂️ Looks...
This is an oversight that we should definitely fix. Thanks for reporting!
I don't have SVE hardware available to me, so it would be difficult to work on it. Contributions are welcome! I guess we can start with emulation. Brief googling says...
> Are there any updates here? SVE hardware is becoming increasingly mainstream (at least in cores from ARM). How can I get access to SVE hardware? Is it available somewhere...