Prefix Sum with SIMD

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • ispc

    IntelĀ® Implicit SPMD Program Compiler

  • Have you looked at [ISPC - Intel SPMD Program Compiler][0]?

      [0]: https://github.com/ispc/ispc

  • highway

    Performance-portable, length-agnostic SIMD with runtime dispatch

  • It's indeed nice that SVE2 binaries can run on differing HW, and fragmentation will be less because it's required in ARMv9.

    > the same code will work for both the super-computer and the cheap phone. That is not possible with the x86 SIMD instructions

    Actually, when the code is expressed using "portable intrinsics" (https://github.com/google/highway), the source code looks the same but compiles to SSE4/AVX2/AVX-512 and NEON,SVE,SVE2 and RISC-V V instructions.

    Disclosure: I am the main author of this library.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts