d8cba83d42
git-subtree-dir: projects/rocr-runtime git-subtree-mainline:ad0fb25ed5git-subtree-split:72061a9024
18 строки
368 B
Makefile
18 строки
368 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/hsadefs
|
|
|
|
SUBDIRS = NBody
|
|
SUBDIRS += DwtHarr1D
|
|
SUBDIRS += BitonicSort
|
|
SUBDIRS += BinarySearch
|
|
SUBDIRS += BlackScholes
|
|
SUBDIRS += FloydWarshall
|
|
SUBDIRS += FastWalshTransform
|
|
SUBDIRS += MatrixTranspose
|
|
SUBDIRS += MatrixMultiplication
|
|
SUBDIRS += MonteCarloAsian
|
|
SUBDIRS += SimpleConvolution
|
|
|
|
include $(OPENCL_DEPTH)/hsarules
|