gpu-sw

Crates.iogpu-sw
lib.rsgpu-sw
version1.0.4
sourcesrc
created_at2017-03-21 19:49:40.76041
updated_at2017-05-20 09:48:56.44283
descriptionGPU-SW, GPGPU-enabled SW algorithm
homepage
repositoryhttps://github.com/heartsh/gpu-sw
max_upload_size
id9081
size9,894
Heartsh (heartsh)

documentation

README

GPU-SW, GPGPU-enabled SW algorithm

This library provides the GPU-SW algorithm, a GPGPU-enabled classical pairwise alignment one.

Dependencies

The dependency in this project is ArrayFire (for the GPGPU). It could be thought as a wrapper of CUDA, OpenCL, and CPU multithreading, providing a unified programming interface and releasing us from optimizing for each GPU. Although it doesn't need to write kernel code, the GPGPU speed achieves to/is faster rather than one obtained by writing the native code.

Author

Heartsh

License

Copyright (c) 2017 Heartsh
Licensed under the MIT license.

Commit count: 0

cargo fmt