Next Decade in Languages: User Code on the GPU

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammingLanguages

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. raymarcher-benchmarks

    Simple benchmark of serial Rust vs. Vulkan SPIR-V vs. ISPC

    Something along similar lines but with a much lower barrier to entry that might be worth trying first is doing something similar to ISPC: essentially forcing vectorization of the whole program. This is the exact same thing that running on the GPU does, but on the CPU, so it doesn't require generating a whole new target language and inserting all the Vulcan/CUDA set up code. It's not as fast as the GPU, but it's a lot faster than regular CPU loops: in a benchmark from a couple years ago, I found that single-threaded ISPC beat single-threaded non-ISPC by a factor of about 6.5x, and multithreaded ISPC was only about 3x slower than GPU. For some reason multithreaded ISPC is only slightly more than 2x faster than normal multithreaded, but still a significant improvement.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. accelerate-llvm

    LLVM backend for Accelerate

    I’m personally a big fan of http://www.acceleratehs.org / https://github.com/AccelerateHS/accelerate-llvm

  4. accelerate

    Embedded language for high-performance array computations (by AccelerateHS)

    I’m personally a big fan of http://www.acceleratehs.org / https://github.com/AccelerateHS/accelerate-llvm

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

  • Should I use newer ghc?

    2 projects | /r/haskell | 23 Feb 2023
  • How do I get my program to use 100% of the GPU?

    1 project | /r/archlinux | 9 Jan 2023
  • I made a petition to get the accelerate project for Haskell some funding.

    1 project | /r/haskell | 5 Jan 2023
  • Idris2+WebGL, part #12: Linear algebra with linear types... not great

    1 project | dev.to | 1 Mar 2021
  • Should I abandon using haskell for my compiler?

    5 projects | /r/haskell | 20 Apr 2023