Re: Proposal for enabling auto-vectorization for checksum calculations

2025-06-02 Thread John Naylor
On Fri, May 23, 2025 at 4:54 AM Matthew Sterrett wrote: > Okay, I've determined that versions of LLVM/Clang before 19 crash when > compiling this patch for some reason; it seems that both make > check-world and make install will crash with the affected LLVM > versions. > Unfortunately, what matter

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-22 Thread Matthew Sterrett
> You can see the failure at the artifacts -> > 'log/tmp_install/log/install.log' file on the CI web page [1]. > > If you want to replicate that on your local: > > $ ./configure --with-llvm CLANG="ccache clang-16" > $ make -s -j8 world-bin > $ make -j8 check-world > > should be enough. I was able t

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-20 Thread Nazir Bilal Yavuz
Hi, On Tue, 20 May 2025 at 02:54, Matthew Sterrett wrote: > > Hello! Thanks for helping me with this. > I'm still trying to figure out what is going on with the Bookworm test > failures. I'm pretty sure this patchset should resolve all the issues > with the macOS build, but I don't think it will

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-19 Thread Matthew Sterrett
Hello! Thanks for helping me with this. I'm still trying to figure out what is going on with the Bookworm test failures. I'm pretty sure this patchset should resolve all the issues with the macOS build, but I don't think it will help the linux failures unfortunately. On Sat, May 10, 2025 at 4:02 A

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-10 Thread Stepan Neretin
On Thu, May 8, 2025 at 6:57 AM Matthew Sterrett wrote: > Hello! I'm still trying to figure out those CI failures, I just wanted > to update things. > > From my testing, with this patch repeatedly disabling/enabling > checksums is about 12.4% on an approximately 15 GB database. > > By the way, I'd

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-10 Thread Stepan Neretin
On Sat, May 10, 2025 at 6:01 PM Stepan Neretin wrote: > > > On Thu, May 8, 2025 at 6:57 AM Matthew Sterrett < > matthewsterre...@gmail.com> wrote: > >> Hello! I'm still trying to figure out those CI failures, I just wanted >> to update things. >> >> From my testing, with this patch repeatedly dis

Re: Proposal for enabling auto-vectorization for checksum calculations

2025-05-07 Thread Matthew Sterrett
Hello! I'm still trying to figure out those CI failures, I just wanted to update things. >From my testing, with this patch repeatedly disabling/enabling checksums is about 12.4% on an approximately 15 GB database. By the way, I'd love it if anyone could help me figure out how to replicate a CI fa