Git Product home page Git Product logo

kevmtan / electrocuda Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 0.0 258.18 MB

Robust electrophysiology tools with GPU acceleration

Home Page: https://github.com/kevmtan/electroCUDA/wiki

License: GNU General Public License v3.0

Makefile 0.64% C 23.31% Shell 0.76% Python 2.31% Cuda 57.21% C++ 6.44% HTML 2.77% CSS 0.54% TeX 0.11% Roff 0.18% Fortran 2.64% M4 1.38% Rich Text Format 0.03% Java 1.58% XSLT 0.10%
electrophysiology ieeg seeg eeg eeg-analysis eeg-classification eeg-components eeg-pipeline eeg-preprocessing eeg-signals

electrocuda's People

Contributors

kevmtan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

electrocuda's Issues

filtfilt: CUDA slower than CPU

The CUDA implementation of filtiflt is slower than the Matlab/CPU implementation (for zero-phase high-pass filtering)

Typos in the Wiki of Single subject pipeline for intracranial EEG

Hi Kevin,
I went through the Wiki of Single subject pipeline for intracranial EEG.
Based on your later reference to the steps in Source separation in the Optional steps for gamma or HFB bands, I guess those steps in the Source separation should be named '7-12' instead of the current '6-11'.
It seems I could not submit a pull request in the Wiki, thus I'm opening an issue to remind you of that. : )

Best,
Xiaoyu

[far future] CUDA implementation of AMICA

AMICA is better than the Infomax algorithm used in CUDAICA; the former is noise-resistant & quasi-nonstationary (can use multiple mixture models with adaptive likelihood across timeframes)... AMICA is currently Intel CPU-only & much slower than CUDAICA

Compile AMICA's fortran source with CUDA's Fortran compiler... sounds simple but it's not

Required Fortran edits:

  • Switch all calls to Intel MKL libraries/functions to their CUDA-optimized alternatives (function names are different)
  • Add logic for ascertaining available RAM & VRAM, edit existing data chunking logic to account for both (e.g. differentiate GPU-constrained machines)
  • Convert all data to single-precision (Jason: 'ok for theaters multiplication') except during precision-critical operations (follow CUDAICA as guide for implementing this)

Alternate Matlab-CUDA implementation:

  • See Jason's e-mail with matlab implementation of AMICA
  • Add logic for data chunking using gpuArray calls
  • Add logic for normalization & integration of weights across data chunks
  • Keep as Matlab code or use Matlab CUDA compiler?

Lots of work but keep in back burner

Proper Matlab bindings for ThunderSVM

Currently you have to save data to disk before ThunderSVM can read it into GPU. Horrible performance during heavy I/O tasks like hyperparameter optimization

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.