cxx
Here are 319 public repositories matching this topic...
-
Updated
Nov 8, 2020 - C++
-
Updated
Oct 20, 2020 - C++
-
Updated
Oct 23, 2020 - C++
-
Updated
Oct 26, 2020 - C++
Segmented reduce uses the same template type OffsetIteratorT
for begin and end offsets
static CUB_RUNTIME_FUNCTION cudaError_t cub::DeviceSegmentedReduce::Sum
( void * d_temp_storage,
size_t & temp_storage_bytes,
InputIteratorT d_in,
OutputIteratorT d_out,
int num_segments,
OffsetIterato
-
Updated
Aug 15, 2017 - C++
-
Updated
Aug 12, 2020 - Vim script
-
Updated
Nov 1, 2020 - Shell
-
Updated
Nov 17, 2020 - C++
-
Updated
May 21, 2020 - C++
Need to make test cases for the Compiler and VM to verify their correct functioning, as well as make adding features/modifications easy to test for any breakage in existing system.
The tests must consist of the following components:
- Nil
- Integers
- Floating point numbers
- Strings
- Modules (
tests/builtin/mod.fer
) - Language Constructs
- C
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 29, 2018 - C
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 25, 2020 - C++
-
Updated
Nov 24, 2020 - C++
Improve this page
Add a description, image, and links to the cxx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cxx topic, visit your repo's landing page and select "manage topics."
Names
map
andinput
are exchanged mistakenly. By sense ofPreconditions
paragraph they have to be exchanged I suppose, because there is no problem whenmap
andresult
coincide (in current context).