STEllAR-GROUP / hpxcl
This repository contains components that will support percolation via OpenCL and CUDA
☆32Updated 3 years ago
Alternatives and similar repositories for hpxcl:
Users that are interested in hpxcl are comparing it to the libraries listed below
- Non-blocking message passing (a C++14 MPI wrapper)☆18Updated 10 years ago
- Polymorphic multidimensional array view☆36Updated 4 years ago
- C++ Summer Lecture Series 2016☆13Updated 8 years ago
- An alternative to Boost.MPI for a user friendly C++ interface for MPI (MPICH).☆19Updated 7 years ago
- A C/C++ task-based programming model for shared memory and distributed parallel computing.☆71Updated 4 years ago
- Proposed C++ standardisation for linear algebra☆29Updated 6 years ago
- A proposal for a futures programming model for ISO C++☆22Updated 6 years ago
- devector and batch_deque containers for C++. See more at: http://erenon.hu/double_ended☆15Updated 7 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 4 years ago
- Header only C++14 micro benchmark☆14Updated 9 years ago
- An OpenMP runtime implemented using HPX☆24Updated 2 years ago
- ☆31Updated last month
- CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting…☆49Updated 3 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆36Updated 4 years ago
- ☆13Updated last week
- C++ implementation of Concise and WAH compressed bitsets☆20Updated 8 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- Vectorized version of the PCG random number generator