Giannis Gonidelis

Results 11 issues of Giannis Gonidelis

https://github.com/STEllAR-GROUP/hpx/blob/ab865a7781c24674581cf8c299b63f1bb3e9bdca/libs/core/iterator_support/include/hpx/iterator_support/iterator_range.hpp#L73 https://github.com/STEllAR-GROUP/hpx/blob/ab865a7781c24674581cf8c299b63f1bb3e9bdca/libs/core/iterator_support/include/hpx/iterator_support/iterator_range.hpp#L63 I put that as a reminder to investigate whether `traits::range_sentinel` would be the right thing here. I will try to challenge it.

category: core
type: defect
type: compatibility issue

As we are in the midst of implementing [p2300](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2300r4.html) and new means of asynchronous execution (senders/receivers) with #5045, [p2079](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2079r2.html) adds on top of it by presenting facilities that default the...

category: executors
project: GSoC
tag: pinned
category: senders/receivers

Although ranges and a part of views have been adopted to C++20 there are certain range adaptors (views) that have not been standardized yet. [P1899](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1899r2.html) proposes `stride_view` which exposes a...

category: algorithms
project: GSoC

The correct grammar is : "...which is an object of class type..." lines 173-175 ``` But if the f is a pointer to a data member, and args... has exactly...

Installation notes link is broken in README. https://github.com/ROCm-Developer-Tools/HIP/blame/d4762f69efd0d35f2ccfa4ecf14bcbf898bf1fc4/README.md#L65

Neglected to add the unit test when I wrote it, so I just add it now :)

type: enhancement
category: tests
type: compatibility issue

Adds `thrust::inclusive_scan` overload with initial value support for all the back-ends (seq, cuda, omp, tbb). Fixes #693. Builds on top of #1845.

This is a draft to track the work progress on `cub::DeviceFind::FindIf` which should ultimately be used to improve `thrust::all_of`. Algorithm Description The kernel is based on the concept of early...

fixes #4149 As part of it, we are moving the NVTX macros/headers under libcu++ and will be adjusting NVTX in CUB primitives accordingly. All CCCL algorithms (CUB and Thrust) are...

fixes #5606 Boilerplate code for extracting types information (`stream`, `mr`, `tuning_t` etc.) is too big and repetitive across the new device environment based interfaces we introduced. This PR extracts the...