This commit is contained in:
Evghenii
2014-01-05 11:01:19 +01:00
parent 25ea3e4dc1
commit 2f01af0595
2 changed files with 22 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
PROG=mandelbrot_tasks_gpu
PROG=mandelbrot_tasks
ISPC_SRC=mandelbrot_tasks.ispc
CU_SRC=mandelbrot_tasks.cu
CXX_SRC=mandelbrot_tasks.cpp mandelbrot_tasks_serial.cpp
include ../common_gpu.mk