Copyright 2025, Giordano Salvador SPDX-License-Identifier: BSD-3-Clause
Author/Maintainer: Giordano Salvador [email protected]
Implements the exclusive scan algorithm using various sequential and SIMD techniques.
-
rust-2024
-
gcc
-
Native build:
cargo build
-
Run test suite:
cargo test -j1 -- --nocapture
-
Run an algorithm (e.g., Sequential Scan) on a input vector:
cargo run -- 0 8 3 1 7 0 4 1 6 3
-
Run an algorithm (e.g., Sequential Scan) on a input vector with verbose output:
VERBOSE= cargo run -- 0 8 3 1 7 0 4 1 6 3
https://developer.nvidia.com/gpugems/gpugems3/part-vi-gpu-computing/chapter-39-parallel-prefix-sum-scan-cuda