angelfloreso / CUDA-Memetic-Algorithm

CUDA code for DE+PSO for Gene Regulatory Network inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUDA Accelerated Memetic Algorithm

Requeriments

Ubuntu 16.04 Cuda compilation tools, release 7.5, V7.5.17

Compile

nvcc --default-stream per-thread -lcurand -o test RRG.cu

Profiler analysis

nvprof —f -o analysis.nvprof ./test Instancias/Tominaga2SSGeneratedData.txt Salidas/salida.txt

Check gpu proccess

watch -n 0.5 nvidia-smi

Memcheck

cuda-memcheck --leak-check full --racecheck-report all ./test Instancias/Tominaga2SSGeneratedData.txt Salidas/salida2.txt

References

Notes

CUDA C Programing Guide

CUDA By Example Code

About

CUDA code for DE+PSO for Gene Regulatory Network inference


Languages

Language:Cuda 94.1%Language:Python 5.9%