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-03-01 12:32:58 -05:00
|
|
|
SUBDIRS += BlackScholes
|
2015-03-01 12:22:53 -05:00
|
|
|
#SUBDIRS += FloydWarshall
|
2015-03-01 13:44:07 -05:00
|
|
|
SUBDIRS += FastWalshTransform
|
2015-02-27 19:29:01 -05:00
|
|
|
SUBDIRS += MatrixTranspose
|
|
|
|
|
SUBDIRS += MatrixMultiplication
|
2015-03-01 12:22:53 -05:00
|
|
|
#SUBDIRS += MonteCarloAsian
|
|
|
|
|
#SUBDIRS += SimpleConvolution
|
2015-02-25 13:05:59 -05:00
|
|
|
|
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|