Skip to content
(Mirror of GitLab) GPGPU Framework for Rust
Rust TeX Makefile Dockerfile HTML Cuda Shell
Branch: master
Clone or download

Latest commit

termoshtt Merge branch 'gpu-fix-58' into 'master'
Fix scalar macros

Closes #59 and #58

See merge request termoshtt/accel!86
Latest commit 338fedc May 24, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
accel-core
accel-derive
accel Fix type signature May 24, 2020
diagrams Add PNG May 4, 2020
docker
public
.gitignore
.gitlab-ci.yml
CHANGELOG.md
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
LICENSE.md
README.md
setup_nvptx_toolchain.sh

README.md

Accel: GPGPU Framework for Rust

pipeline status

crate crates.io docs.rs GitLab Pages
accel Crate docs.rs cargo-doc CUDA-based GPGPU framework
accel-core Crate docs.rs cargo-doc Helper for writing device code
accel-derive Crate docs.rs cargo-doc Procedural macro for generating kernel code

Requirements

minimum supported rust version

  • Minimum Supported Rust Version (MSRV) is 1.42.0
  • Install CUDA on your system
    • accel depends on CUDA Device APIs through rust-cuda/cuda-sys
    • accel does not depend on CUDA Runtime APIs. It means that a compiled binary requires only libcuda.so at runtime, which is far lighter than entire CUDA development toolkit.
  • Setup NVPTX target of Rust
curl -sSL https://gitlab.com/termoshtt/accel/raw/master/setup_nvptx_toolchain.sh | bash

Or, you can use docekr container

Limitations

This project is still in early stage. There are several limitations as following:

Contribution

This project is developed on GitLab and mirrored to GitHub.

Sponsors

Links

Projects which accel depends on:

Related Projects:

You can’t perform that action at this time.