awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/libcudacxxArchived

0
View on GitHub↗
2,304 Stars·193 Forks·C++·1 Aufrufnvidia.github.io/libcudacxx↗

Libcudacxx

[ARCHIVIERT] Die C++ Standardbibliothek für Ihr gesamtes System. Siehe https://github.com/NVIDIA/cccl

Features

  • Parallele Verarbeitung - Heterogene C++-Standardbibliothek für CPU und GPU.
  • Concurrency and Parallelism - Heterogeneous implementation of C++ standard library facilities.
  • Parallel and High-Performance Computing - Heterogeneous C++ standard library for CPU and GPU.

Star-Verlauf

Star-Verlauf für nvidia/libcudacxxStar-Verlauf für nvidia/libcudacxx

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht nvidia/libcudacxx?

[ARCHIVIERT] Die C++ Standardbibliothek für Ihr gesamtes System. Siehe https://github.com/NVIDIA/cccl

Was sind die Hauptfunktionen von nvidia/libcudacxx?

Die Hauptfunktionen von nvidia/libcudacxx sind: Parallele Verarbeitung, Concurrency and Parallelism, Parallel and High-Performance Computing.

Welche Open-Source-Alternativen gibt es zu nvidia/libcudacxx?

Open-Source-Alternativen zu nvidia/libcudacxx sind unter anderem: arrayfire/arrayfire — ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance… ddemidov/vexcl — VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP. numba/numba — Numba is a just-in-time compiler that translates high-level Python functions into optimized machine code at runtime.… dask/dask — Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows… cupy/cupy — CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and… nvidia/tensorrt — TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural…

Open-Source-Alternativen zu Libcudacxx

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Libcudacxx.
  • ddemidov/vexclAvatar von ddemidov

    ddemidov/vexcl

    721Auf GitHub ansehen↗

    VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP

    C++
    Auf GitHub ansehen↗721
  • arrayfire/arrayfireAvatar von arrayfire

    arrayfire/arrayfire

    4,888Auf GitHub ansehen↗

    ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance numerical computing. It serves as a GPU numerical computing library and parallel signal processing toolkit that abstracts hardware backends, allowing the same codebase to execute across various GPU architectures and CPUs. The project distinguishes itself through a JIT engine that uses expression compilation to fuse operations and minimize memory overhead. It employs a deferred execution graph to optimize computation chains and provides interoperability primitives to share data and e

    C++arrayfirecc-plus-plus
    Auf GitHub ansehen↗4,888
  • dask/daskAvatar von dask

    dask/dask

    13,746Auf GitHub ansehen↗

    Dask is a parallel computing framework and distributed task scheduler designed to scale Python data science workflows from single machines to large clusters. It functions as a cluster resource manager that orchestrates computational logic by representing tasks and their dependencies as directed acyclic graphs. This architecture allows the system to automate the distribution of workloads across available hardware while managing complex execution requirements. The project distinguishes itself through a lazy evaluation engine that defers data operations until they are explicitly requested, enabl

    Pythondasknumpypandas
    Auf GitHub ansehen↗13,746
  • cupy/cupyAvatar von cupy

    cupy/cupy

    11,000Auf GitHub ansehen↗

    CuPy is a CUDA array computing library that implements a NumPy-compatible interface for executing array operations and numerical computing on NVIDIA GPUs. It serves as a GPU-accelerated numerical library and a CUDA-based SciPy implementation, offloading heavy calculations to graphics hardware to increase processing speed for scientific and engineering workloads. The library enables multi-framework tensor exchange, allowing data buffers to be shared between different deep learning frameworks using standardized memory layouts to avoid memory copies. It also supports custom GPU kernel integratio

    Python
    Auf GitHub ansehen↗11,000
Alle 30 Alternativen zu Libcudacxx anzeigen→