versusvoid / LAS-CUDA

CUDA implementation of Large Average Submatrix algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAS-CUDA

CUDA implementation of Large Average Submatrix algorithm for GPU-accelerated search of, well, large-on-average submatrices.

You will need:

  • NVIDIA® Nsight Eclipse Edition
  • GCC of some version with C++11 support
  • googletest if you want to do some testing.

Open project in Nsight, let it generate makefiles, build Release configuration and you'll find binaries and headers ready for you to use in Release/dist directory.

If you want some testing, get yourself into Test/data directory first, run every single *Generator.m file with octave, build Test configuration and execute Test/LAS. I suggest insalling this plugin to see test results directly in Nsight.

About

CUDA implementation of Large Average Submatrix algorithm

License:Other


Languages

Language:C++ 64.5%Language:Cuda 17.4%Language:MATLAB 16.0%Language:C 2.1%