added knc Makefiles
This commit is contained in:
7
examples/portable/mergeSort/Makefile_knc
Normal file
7
examples/portable/mergeSort/Makefile_knc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
EXAMPLE=mergeSort
|
||||||
|
CXX_SRC=mergeSort.cpp
|
||||||
|
ISPC_SRC=mergeSort.ispc
|
||||||
|
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||||
|
ISPC_TARGET=generic-16
|
||||||
|
|
||||||
|
include ../common_knc.mk
|
||||||
7
examples/portable/radixSort/Makefile_knc
Normal file
7
examples/portable/radixSort/Makefile_knc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
EXAMPLE=radixSort
|
||||||
|
CXX_SRC=radixSort.cpp
|
||||||
|
ISPC_SRC=radixSort.ispc
|
||||||
|
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||||
|
ISPC_TARGET=generic-16
|
||||||
|
|
||||||
|
include ../common_knc.mk
|
||||||
Reference in New Issue
Block a user