Cccl Alternatives

Similar projects and alternatives to cccl

  1. nixpkgs

    1,031 cccl VS nixpkgs

    Nix Packages collection & NixOS

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. hashbrown

    22 cccl VS hashbrown

    Rust port of Google's SwissTable hash map

  4. FuXi

    1 cccl VS FuXi

    Chimezie Ogbuji's FuXi reasoner. NON-FUNCTIONING, RETAINED FOR ARCHIVAL PURPOSES. For working code plus version and associated support requirements see:

  5. ascent

    5 cccl VS ascent

    Logic programming in Rust

  6. DOKSparse

    sparse DOK tensors on GPU, pytorch

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  8. xsimd

    5 cccl VS xsimd

    C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE))

  9. OpenCL-Wrapper

    OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.

  10. treeedb

    1 cccl VS treeedb

    Generate Soufflé Datalog types, relations, and facts that represent ASTs from a variety of programming languages.

  11. crepe

    4 cccl VS crepe

    Datalog compiler embedded in Rust as a procedural macro

  12. vuh

    3 cccl VS vuh

    Vulkan compute for people

  13. roxi

    1 cccl VS roxi

    Reactive Reasoning

  14. pico-dvi-rs

    Rust reimplementation of PicoDVI for the rp2040 microcontroller

  15. GPUSorting

    State of the art sorting and segmented sorting, including OneSweep. Implemented in CUDA, D3D12, and Unity style compute shaders. Theoretically portable to all wave/warp/subgroup sizes.

  16. warpcore

    1 cccl VS warpcore

    A Library for fast Hash Tables on GPUs

  17. faucon

    NVIDIA Falcon Microprocessor Suite

  18. virtuoso-opensource

    Virtuoso is a high-performance and scalable Multi-Model RDBMS, Data Integration Middleware, Linked Data Deployment, and HTTP Application Server Platform

  19. pydatalog

    1 cccl VS pydatalog

    Fork of pyDatalog https://sites.google.com/site/pydatalog/ (by baojie)

  20. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cccl alternative or higher similarity.

cccl discussion

Log in or Post with

cccl reviews and mentions

Posts with mentions or reviews of cccl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-12.
  • Learning Assembly for Fun, Performance and Profit
    2 projects | news.ycombinator.com | 12 Apr 2025
    So I would say skill at GPU assembly is in-demand for the elite tier of GPU performance work. Not necessarily writing much of it (though see [1] for an example, this is the kernel of multisplit as used in Nvidia's Onesweep implementation), but definitely in being able to read it so you can understand what the compiled code is actually doing. I'll also cite as evidence of that the incredible work of the engineers on Nanite. They describe writing the core of the microtriangle software renderer in HLSL but analyzing the assembler output to optimize down to the cycle level, as described in their "deep dive into Nanite virtualized geometry" talk (timestamp points to the reference to instruction-level micro-optimization).

    [1]: https://github.com/NVIDIA/cccl/blob/2d1fa6bc9235106740d9373c...

    [2]: https://www.youtube.com/watch?v=eviSykqSUUw&t=2073s

  • Sorting Algorithm with CUDA
    4 projects | news.ycombinator.com | 11 Mar 2025
  • NVIDIA Transitions Fully Towards Open-Source GPU Kernel Modules
    7 projects | news.ycombinator.com | 17 Jul 2024
  • GDlog: A GPU-Accelerated Deductive Engine
    16 projects | news.ycombinator.com | 3 Dec 2023
    https://github.com/topics/datalog?l=rust ... Cozo, Crepe

    Crepe: https://github.com/ekzhang/crepe :

    > Crepe is a library that allows you to write declarative logic programs in Rust, with a Datalog-like syntax. It provides a procedural macro that generates efficient, safe code and interoperates seamlessly with Rust programs.

    Looks like there's not yet a Python grammar for the treeedb tree-sitter: https://github.com/langston-barrett/treeedb :

    > Generate Soufflé Datalog types, relations, and facts that represent ASTs from a variety of programming languages.

    Looks like roxi supports n3, which adds `=>` "implies" to the Turtle lightweight RDF representation: https://github.com/pbonte/roxi

    FWIW rdflib/owl-rl: https://owl-rl.readthedocs.io/en/latest/owlrl.html :

    > simple forward chaining rules are used to extend (recursively) the incoming graph with all triples that the rule sets permit (ie, the “deductive closure” of the graph is computed).

    ForwardChainingStore and BackwardChainingStore implementations w/ rdflib in Python: https://github.com/RDFLib/FuXi/issues/15

    Fast CUDA hashmaps

    Gdlog is built on CuCollections.

    GPU HashMap libs to benchmark: Warpcore, CuCollections,

    https://github.com/NVIDIA/cuCollections

    https://github.com/NVIDIA/cccl

    https://github.com/sleeepyjack/warpcore

    /? Rocm HashMap

    DeMoriarty/DOKsparse:

  • Hello World on the GPU (2019)
    1 project | news.ycombinator.com | 16 Nov 2023
    C++20 would be news to me. Do you have a reference? The closest I can find is https://github.com/NVIDIA/cccl which seems to be atomic and bits of algorithm. E.g. can you point to unordered_map that works on the target?

    I think some pieces of libc++ work but don't know of any testing or documentation effort to track what parts, nor of any explicit handling in the source tree.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic cccl repo stats
5
1,629
9.9
4 days ago

NVIDIA/cccl is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of cccl is C++.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that C++ is
the 7th most popular programming language
based on number of references?