Raghuveer Devulapalli

Results 140 comments of Raghuveer Devulapalli

chatGPT/Google AI says: The ^M character in a file represents a carriage return (CR) character. It is often seen when a text file created on a Windows or MS-DOS system...

@Serge-sudo Currently `x86simdsort::object_qsort` it is only supported when extractor type returns a 32-bit and 64-bit data types. Is it possible to up-cast the `int16_t` to `int32_t`?

Right, unfortunately we don't have a SIMD implementation for keyvalue sort which the objectsort relies on.

Not really, just haven't prioritized it for lack of a use case it can benefit from.

@Serge-sudo what is the length of your array? I realized if you have an array size > 2 ** 16, then you can't use a key-value sort and a key...

> x86-simd-sort is not working well for amd 7950x see https://github.com/intel/x86-simd-sort/issues/6 That issue was present on AMD Zen 4 CPUs due to the high latency of the `compressstore` instruction. I’m...

> Looking at the CI it appears that on some environments fma doesn't really perform fma and falls back to non-fused? My understanding was that `fma` and `fmaf` should compute...

I’m not sure what has changed, but I’m noticing this difference between versions 2.2.6 and 2.3.0 as well.

So, on 2.2.6 the results match the one with one reported on conda-forge and here looks like for some reason we skip the glibc implementation and call into `nc_acosh` ->...