sccn / amica

Code for AMICA: Adaptive Mixture ICA with shared components
BSD 2-Clause "Simplified" License
23 stars 13 forks source link

Experience with CUDA Fortran? #13

Open mspezio opened 5 years ago

mspezio commented 5 years ago

Hi Jason, Is there any success with compiling the code to run in CUDA fortran for use with eGPU on Mac or internal NVIDIA GPU on ubuntu? Is it possible to share the steps for that if there has been a successful CUDA implementation of the code? Thanks very much for any insight you can share. Best, Michael

AndreV84 commented 4 years ago

I am also wondering if it will be possible to run the code on nvidia GPU with the utilization of CUDA. Is it possible to get documentation of what code takes as an input and what it returns as outputs? reference thread; https://forums.developer.nvidia.com/t/to-port-an-existing-code-tto-cuda-where-to-start/142820

AndreV84 commented 4 years ago

upd: https://forums.developer.nvidia.com/t/to-port-an-existing-code-tto-cuda-where-to-start/142820/2

AndreV84 commented 4 years ago

the solution seems might be to use https://github.com/sccn/nsgportal/wiki will it bring 10x-15x performance?