diff options
Diffstat (limited to 'RED/baselines/cpu/Makefile')
-rw-r--r-- | RED/baselines/cpu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RED/baselines/cpu/Makefile b/RED/baselines/cpu/Makefile new file mode 100644 index 0000000..154c620 --- /dev/null +++ b/RED/baselines/cpu/Makefile @@ -0,0 +1,5 @@ +all: + g++ -O2 app_baseline.cpp -fopenmp -DTHRUST_HOST_SYSTEM=THRUST_HOST_SYSTEM_CPP -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_OMP -lgomp -I/usr/local/cuda-8.0/include -lm -o red -D${TYPE} + +clean: + rm red |