Skip to content

CUDA code for DE+PSO for Gene Regulatory Network inference

Notifications You must be signed in to change notification settings

angelfloreso/CUDA-Memetic-Algorithm

Repository files navigation

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

Releases

No releases published

Packages

No packages published