How does GPU programming work?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
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.com
featured
  • clvk

    Implementation of OpenCL 3.0 on Vulkan

  • What we really need is CLVK, but it seems pretty limited. I'd prefer a clang based compiler which can accept opencl c++ personally, because a brand new compiler is not ideal

  • VkFFT

    Vulkan/CUDA/HIP/OpenCL/Level Zero/Metal Fast Fourier Transform library

  • Vulkan is now the defacto cross platform compute framework for GPUs, despite it being a graphics API. You loose the ability to target FPGAs and the... steam link? but Nvidia can't ignore vulkan, and often Vulkan gets features pretty early on, implemented by Nvidia themselves (raytracing, cooperative matrices). Phones support Vulkan, and even on Apple we have the free moltenVK, thanks to Khronos group, Valve, and LunarG. You don't have a free avenue for other API's or any for OpenCL. Currently on modern devices Vulkan has the widest spread of support. Vulkan is so much a defacto standard Google and Adobe are trying to get OpenCL to run on top of it (clspv), and one of the fastest GPU FFT libraries is written in vulkan.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • LangChain / LlamaCpp on M1 GPU (MPS)?

    1 project | /r/LangChain | 20 May 2023
  • how does Vulkan compare to CUDA?

    1 project | /r/vulkan | 3 Nov 2022
  • VkFFT now supports Apple Metal API - M1 Pro GPU FFT benchmarking

    2 projects | /r/programming | 6 Oct 2022
  • Any good compute shader tutorials?

    2 projects | /r/vulkan | 8 Sep 2022
  • VkFFT now supports Rader's algorithm - A100 and MI250 benchmarks: Part 2

    1 project | /r/programming | 4 Sep 2022