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 13:03:10 -05:00
|
|
|
SUBDIRS = NBody
|
2015-03-13 13:08:47 -05:00
|
|
|
SUBDIRS += DwtHarr1D
|
2015-03-20 16:31:51 -05:00
|
|
|
SUBDIRS += BitonicSort
|
2015-03-13 13:03:10 -05:00
|
|
|
SUBDIRS += BinarySearch
|
2015-03-13 11:57:46 -05:00
|
|
|
SUBDIRS += BlackScholes
|
2026-01-08 14:36:57 -06:00
|
|
|
SUBDIRS += FloydWarshall
|
2015-03-13 11:57:46 -05:00
|
|
|
SUBDIRS += FastWalshTransform
|
2015-03-13 13:03:10 -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
|