Giter Site home page Giter Site logo

estebanpw / cudagecko Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 11.09 MB

A cuda parallel implementation of the GECKO algorithm for exhaustive ungapped sequence comparisons

License: GNU General Public License v3.0

Shell 1.00% C 11.88% Makefile 0.25% Cuda 44.40% C++ 42.48%

cudagecko's People

Contributors

estebanpw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

drew-rwx

cudagecko's Issues

consider a floating point implementation

Floating point operations have higher throughput in CUDA. Although for the current hashing scheme (which requires values of up to 2^64, exactly 64 bits) a floating point encoding of 64 bits would not suffice (since numbers besides the range 2^53 can not represent exact integers). This would in turn cause matching errors at the large keys.

Therefore, it would be interesting to study a workaround or to reduce the k-size (which increases sensitivity) at the cost of more processing, although maybe compensated by the performance boost of floating point operations.

Someone to check on other GPUs

It would be interesting if someone could provide data on runtimes using other GPUs.
The only requirement would be that the PCIexpress is version 3 at least, otherwise it will be difficult to compare.

fine-grained aligner

add a fine-grained aligner mode that uses reduction to check the exact endings of the high-scoring alignments

add support mode for non-pooled pinned memory

The idea behind pinned memory is speeding up data transfers between host and device. Combined with pooled memory (only one malloc) we can save lots of system calls.

-> However for 4 GB of GRAM the host requires ~5 GB of pinned memory, which can be expensive in some systems.

TODO: implement a malloc/free on demand that can enabled via parameters

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.