ParallelReductionsBenchmark VS relion

Compare ParallelReductionsBenchmark vs relion and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ParallelReductionsBenchmark relion
2 1
59 425
- 4.2%
4.6 5.9
5 months ago 14 days ago
C++ C++
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ParallelReductionsBenchmark

Posts with mentions or reviews of ParallelReductionsBenchmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-02-02.
  • Failing to Reach 204 GB/S DDR4 Bandwidth
    3 projects | news.ycombinator.com | 2 Feb 2022
    For the single threaded version, they have a data hazard on the sums that could be smoothed out with a little loop unrolling and separate variables.

    But in the [threaded version](https://github.com/unum-cloud/ParallelReductions/blob/fd16d9...) they have separate slots for an accumulator but it's still in a shared vector, which most likely has the issue I described.

relion

Posts with mentions or reviews of relion. We have used some of these posts to build our list of alternatives and similar projects.

What are some alternatives?

When comparing ParallelReductionsBenchmark and relion you can also consider the following projects:

MatX - An efficient C++17 GPU numerical computing library with Python-like syntax

AdaptiveCpp - Implementation of SYCL and C++ standard parallelism for CPUs and GPUs from all vendors: The independent, community-driven compiler for C++-based heterogeneous programming models. Lets applications adapt themselves to all the hardware in the system - even at runtime!

ispc - IntelĀ® Implicit SPMD Program Compiler

SpeciaLUT - Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the optimal one at runtime.

gpuowl - GPU Mersenne primality test.

vpic - Vector Particle-In-Cell (VPIC) Project

alpaka - Abstraction Library for Parallel Kernel Acceleration :llama:

ArrayFire - ArrayFire: a general purpose GPU library.

cuda_memtest - Fork of CUDA GPU memtest :eyeglasses:

BioExplorer - The Blue Brain BioExplorer (BBBE) is a tool for data visualization experts and scientists to extract and analyze scientific data from visualization and interactive exploration

eaminer - Heterogeneous Ethereum Miner with support for AMD, Intel and Nvidia GPUs using SYCL, OpenCL and CUDA backends

cuda-api-wrappers - Thin C++-flavored header-only wrappers for core CUDA APIs: Runtime, Driver, NVRTC, NVTX.