added Makefiles for knc
This commit is contained in:
8
examples/portable/deferred/Makefile_knc
Normal file
8
examples/portable/deferred/Makefile_knc
Normal file
@@ -0,0 +1,8 @@
|
||||
EXAMPLE=deferred_shading
|
||||
CXX_SRC=common.cpp main.cpp dynamic_c.cpp
|
||||
ISPC_SRC=kernels.ispc
|
||||
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||
ISPC_TARGET=generic-16
|
||||
ISPC_FLAGS=--opt=fast-math
|
||||
|
||||
include ../common_knc.mk
|
||||
7
examples/portable/options/Makefile_knc
Normal file
7
examples/portable/options/Makefile_knc
Normal file
@@ -0,0 +1,7 @@
|
||||
EXAMPLE=options
|
||||
CXX_SRC=options.cpp
|
||||
ISPC_SRC=options.ispc
|
||||
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||
ISPC_TARGET=generic-16
|
||||
|
||||
include ../common_knc.mk
|
||||
7
examples/portable/rt/Makefile_knc
Normal file
7
examples/portable/rt/Makefile_knc
Normal file
@@ -0,0 +1,7 @@
|
||||
EXAMPLE=rt
|
||||
CXX_SRC=rt.cpp
|
||||
ISPC_SRC=rt.ispc
|
||||
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||
ISPC_TARGET=generic-16
|
||||
|
||||
include ../common_knc.mk
|
||||
7
examples/portable/volume_rendering/Makefile_knc
Normal file
7
examples/portable/volume_rendering/Makefile_knc
Normal file
@@ -0,0 +1,7 @@
|
||||
EXAMPLE=volume
|
||||
CXX_SRC=volume.cpp
|
||||
ISPC_SRC=volume.ispc
|
||||
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
|
||||
ISPC_TARGET=generic-16
|
||||
|
||||
include ../common_knc.mk
|
||||
Reference in New Issue
Block a user