added LLVM_GPU and NVVM_GPU compiler rules

This commit is contained in:
Evghenii
2014-01-06 10:27:25 +01:00
parent 6500a98747
commit c75969d7c8
5 changed files with 20 additions and 4 deletions

View File

@@ -3,6 +3,9 @@ ISPC_SRC=mandelbrot_tasks.ispc
CU_SRC=mandelbrot_tasks.cu
CXX_SRC=mandelbrot_tasks.cpp mandelbrot_tasks_serial.cpp
LLVM_GPU=1
NVVM_GPU=1
include ../common_gpu.mk