Łukasz Ślusarczyk

Results 46 issues of Łukasz Ślusarczyk

Let's detect unused variables and unused types errors at the PR stage.

When running mhp-bench one can see the message `***WARNING*** Library was built as DEBUG. Timings may be affected.` even if compiled in our cmake based Release mode. This is because...

(on cpu) Example with sycl version: ``` mpirun -n 112 ./shallow_water --sycl -f -t -n 1024 shallow_water: [...]/distributed-ranges/include/./dr/detail/sycl_utils.hpp:124: sycl::event dr::__detail::parallel_for(sycl::queue &, sycl::range, Fn &&) [Fn = (lambda at [...]/distributed-ranges/include/./dr/mhp/algorithms/md_for_each.hpp:142:29) &]:...

bug

### Summary ISHMEM based multi process communication basic primitives as a backend for Distributed-Ranges. ### Feature details Intel® SHMEM is a C++ software library interface that enables OpenSHMEM communication for...

### Summary ISHMEM based multi process communication primitives as a backend for Distributed-Ranges. ### Feature details This is direct continuation of https://github.com/oneapi-src/distributed-ranges/issues/631 feature. The feature here just provides additional support...

### Summary Provide selected algorithms and views working on distributed structure. ### Concepts - A **distributed_range** is a forward_range with a segments that returns a range of remote_ranges. - A...

### Summary Created two-dimensional distributed matrix data structure. ![distributed_matrix](https://github.com/oneapi-src/distributed-ranges/assets/112692748/9bd81568-ffcd-4de9-b85f-e8a457d143b4) ### Concepts - A **distributed_range** is a forward_range with a segments that returns a range of remote_ranges. - A **remote_range** is...

Update: Bug in MPI Jira: https://jira.devtools.intel.com/browse/IMPI-4619 --- when running on devcloud `ctest -R mhp-sycl-sort-tests-3` on branch https://github.com/lslusarczyk/distributed-ranges/tree/mateusz_sort_expose_mpi_assert we hit ``` Assertion failed in file ../../src/mpid/ch4/shm/posix/eager/include/intel_transport_recv.h at line 1160: cma_read_nbytes ==...