2015-02-25 13:05:59 -05:00
|
|
|
OPENCL_DEPTH = ../..
|
|
|
|
|
|
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
|
|
|
|
|
2015-02-27 19:29:01 -05:00
|
|
|
SUBDIRS = NBody
|
|
|
|
|
SUBDIRS += DwtHarr1D
|
|
|
|
|
SUBDIRS += BitionicSort
|
|
|
|
|
SUBDIRS += BinarySearch
|
2015-02-27 19:38:44 -05:00
|
|
|
SUBDIRS += BlackScholes
|
2015-02-27 19:46:47 -05:00
|
|
|
SUBDIRS += FloydWarshall
|
2015-02-27 19:52:31 -05:00
|
|
|
SUBDIRS += FastWalshTransform
|
2015-02-27 19:29:01 -05:00
|
|
|
SUBDIRS += MatrixTranspose
|
|
|
|
|
SUBDIRS += MatrixMultiplication
|
2015-02-27 20:00:47 -05:00
|
|
|
SUBDIRS += MonteCarloAsian
|
2015-02-27 20:06:28 -05:00
|
|
|
SUBDIRS += SimpleConvolution
|
2015-02-25 13:05:59 -05:00
|
|
|
|
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|