cxx17
Here are 69 public repositories matching this topic...
I would like to be able to determine my device-wide primitive's temp_storage_bytes before I have all of the primitive's arguments ready. The interface for obtaining it ostensibly requires everything to be ready for the actual run - and the documentation does not make it clear what arguments it actually needs and what it's going to do with them (e.g. will it look at the input at all, in any way? Pr
A Modular Optimization framework for Localization and mApping (MOLA)
-
Updated
May 6, 2022 - Shell
Parsing expression grammar (PEG) embedded domain specific language and parsing machine for C++17
-
Updated
Aug 31, 2018 - C++
Compile time counter that works with all major modern compilers
-
Updated
Feb 13, 2021 - C++
Crossplatform Multi-threading TCP/IP Server
-
Updated
Feb 1, 2022 - C++
Open source server time viewer written in C++
-
Updated
May 12, 2022 - C++
Material for the advanced programming course 2018-19
-
Updated
Jan 15, 2019 - C++
C++ Parsing/searching/validating expression grammar library (PEG) To write Regex-like expressions in the core
-
Updated
Nov 11, 2020 - C++
A very minimal, general purpose C++ build tool.
-
Updated
Jun 11, 2019 - JavaScript
Leave your hope when checking source
-
Updated
Apr 24, 2022 - C++
Much fast, lightweight, async, based boost.beast and protobuf.
-
Updated
May 24, 2019 - C++
A simple thread pool written in C++17.
-
Updated
Jun 30, 2019 - C++
the code for the led sign
-
Updated
May 10, 2022 - C++
cmdr cxx version, a C++17 header-only command-line parser with hierarchical config data manager here
-
Updated
May 12, 2022 - C++
This is my C++ Calculator program, ported to the Nintendo Switch
-
Updated
Oct 11, 2021 - C++
A small DOM Parsing library for educational purposes.
-
Updated
Mar 20, 2021 - C++
A C++ project template that uses the CMake build system.
-
Updated
Apr 9, 2019 - CMake
Compile-time Lazy K interpreter with C++17 template metaprogramming (monadic implementation)
-
Updated
May 31, 2021 - C++
Learn CMake and C/C++
-
Updated
Jun 23, 2020
-
Updated
Oct 20, 2020 - C++
Improve this page
Add a description, image, and links to the cxx17 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cxx17 topic, visit your repo's landing page and select "manage topics."


It is a very common pitfall of Thrust users to attempt to use a
__device__lambda with Thrust algorithms or iterators that fails in silent or obscure ways.This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically