Łukasz Ślusarczyk

Results 46 issues of Łukasz Ślusarczyk

There is a project: https://github.com/boostorg/stl_interfaces Make it to be fetched by cmake like fmt or ranges-v3 and other reference implementations which is not yet in glibc++ Then use [iterator_interface](https://github.com/boostorg/stl_interfaces/blob/develop/include/boost/stl_interfaces/iterator_interface.hpp) and...

RC: Some of the unit test files take 1+minute to build, despite appearing to be small. I expect we all have multi-core systems for building so a parallel build overlaps...

https://clang.llvm.org/docs/SourceBasedCodeCoverage.html or something like this we need to executed both shp and mhp tests so using gcov is probably not an option We may add this as a separate scan....

minor

examples/mhp/transpose-ref.cpp:130 `iters` in `for (int i = 0; i < iters; ++i)` comes from user input. Silence warning e.g. by asserting it is less than 100000.

bug
minor

Support 1 GPU/rank in MHP model, using SYCL. See https://github.com/oneapi-src/distributed-ranges/blob/old-mpi-model/include/dr/algorithms/sycl_algorithms.hpp for a way it can be done. Need to unify with SHP in the management of GPUs.

Implemented in SHP/MHP with some common tests

API

make shp/mhp constructor tests shared as asked [here](https://github.com/oneapi-src/distributed-ranges/pull/69#issuecomment-1463688839)

Issue to gather ideas, tasks related to cleaning up repository in order to make it a product, ease to install, learn and use by customers. - change pragma once into...