2015-02-25 13:05:59 -05:00
|
|
|
OPENCL_DEPTH = ../..
|
|
|
|
|
|
2015-03-04 18:57:41 -05:00
|
|
|
include $(OPENCL_DEPTH)/hsadefs
|
2015-02-25 13:05:59 -05:00
|
|
|
|
2015-03-13 11:46:58 -05:00
|
|
|
#SUBDIRS = NBody
|
|
|
|
|
#SUBDIRS += DwtHarr1D
|
|
|
|
|
#SUBDIRS += BitionicSort
|
|
|
|
|
SUBDIRS = BinarySearch
|
2015-03-13 11:57:46 -05:00
|
|
|
SUBDIRS += BlackScholes
|
|
|
|
|
SUBDIRS += FloydWarshall
|
|
|
|
|
SUBDIRS += FastWalshTransform
|
2015-03-13 11:46:58 -05:00
|
|
|
#SUBDIRS += MatrixTranspose
|
|
|
|
|
#SUBDIRS += MatrixMultiplication
|
2015-03-13 11:57:46 -05:00
|
|
|
SUBDIRS += MonteCarloAsian
|
|
|
|
|
SUBDIRS += SimpleConvolution
|
2015-02-25 13:05:59 -05:00
|
|
|
|
2015-03-04 18:57:41 -05:00
|
|
|
include $(OPENCL_DEPTH)/hsarules
|