awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NVIDIA avatar

NVIDIA/libcudacxxArchived

0
View on GitHub↗
2,304 स्टार्स·193 फोर्क्स·C++·2 व्यूज़nvidia.github.io/libcudacxx↗

Libcudacxx

[ARCHIVED] आपके पूरे सिस्टम के लिए C++ स्टैंडर्ड लाइब्रेरी। देखें https://github.com/NVIDIA/cccl

Features

  • पैरेलल प्रोसेसिंग - CPU और GPU के लिए हेटेरोजेनियस C++ स्टैंडर्ड लाइब्रेरी।
  • Concurrency and Parallelism - Heterogeneous implementation of C++ standard library facilities.
  • Parallel and High-Performance Computing - Heterogeneous C++ standard library for CPU and GPU.

स्टार हिस्ट्री

nvidia/libcudacxx के लिए स्टार हिस्ट्री चार्टnvidia/libcudacxx के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Libcudacxx के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Libcudacxx के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ddemidov/vexclddemidov का अवतार

    ddemidov/vexcl

    721GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗721
  • arrayfire/arrayfirearrayfire का अवतार

    arrayfire/arrayfire

    4,888GitHub पर देखें↗

    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
    GitHub पर देखें↗4,888
  • dask/daskdask का अवतार

    dask/dask

    13,746GitHub पर देखें↗

    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
    GitHub पर देखें↗13,746
  • cupy/cupycupy का अवतार

    cupy/cupy

    11,000GitHub पर देखें↗

    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
    GitHub पर देखें↗11,000
Libcudacxx के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

nvidia/libcudacxx क्या करता है?

[ARCHIVED] आपके पूरे सिस्टम के लिए C++ स्टैंडर्ड लाइब्रेरी। देखें https://github.com/NVIDIA/cccl

nvidia/libcudacxx की मुख्य विशेषताएं क्या हैं?

nvidia/libcudacxx की मुख्य विशेषताएं हैं: पैरेलल प्रोसेसिंग, Concurrency and Parallelism, Parallel and High-Performance Computing।

nvidia/libcudacxx के कुछ ओपन-सोर्स विकल्प क्या हैं?

nvidia/libcudacxx के ओपन-सोर्स विकल्पों में शामिल हैं: 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…