Rust is superior
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Trivernis 5659ee2923 Separate local and global size bench and use streamed executor
Signed-off-by: Trivernis <trivernis@protonmail.com>
4 years ago
src Separate local and global size bench and use streamed executor 4 years ago
.gitignore Add csv file writer 4 years ago
Cargo.lock Separate local and global size bench and use streamed executor 4 years ago
Cargo.toml Separate local and global size bench and use streamed executor 4 years ago
LICENSE Add README and LICENSE 4 years ago
README.md Add README and LICENSE 4 years ago

README.md

OpenCL Demo written in Rusty Mc. Rust

This repository contains demo calculations using opencl with rust. The goal is to compare the calculation speed to similar applications written with CUDA or running directly on the CPU.

Usage

You need a rust toolchain installation and the OpenCL headers.

USAGE:
    rust-opencl-demo <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    calculate-primes    
    help                Prints this message or the help of the given subcommand(s)

License

This project is licensed under Apache 2.0.