-
Updated
Jul 7, 2021 - C++
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Open Source Routing Machine - C++ backend
The fastest feature-rich C++11/14/17/20 single-header testing framework
Postmodern immutable and persistent data structures for C++ — value semantics at scale
C++ Insights - See your source code with the eyes of a compiler
A curated list of awesome header-only C++ libraries
Functional Programming Library for C++. Write concise and readable C++ code.
Your standard library for metaprogramming
Cross-platform C++11 header-only library for memory mapped file IO
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
SIMD Vector Classes for C++
When compiling example/device/example_device_radix_sort.cu with
clang++-11 -DTHRUST_IGNORE_CUB_VERSION_CHECK -I../.. --cuda-gpu-arch=sm_61 -std=c++17 -x cuda -c example_device_radix_sort.cu
it errors:
clang: warning: Unknown CUDA version 11.0. Assuming the latest supported version 10.1 [-Wunknown-cuda-version]
In file included from example_device_radix_sort.cu:46:
In file inc
Table Maker for Modern C++
std::tuple like methods for user defined types without any macro or boilerplate code
Add Runnable links of the code below the example.
Use link name Run Code which links to a Online C++ complier conatining the example code.
Use Rextester as the Online C++ Compiler (If you have a better suggesstion please comment).
Follow below steps to generate the Run Code Link.
Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20
Header-only library for using Keras models in C++.
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
PR NVIDIA/cub#218 fixes this CUB's radix sort. We should: