Dosyalar
rocm-systems/samples/Makefile
T
Ramesh Errabolu (xN/A) TX 2a7c5363e8 ECR #333755 - Add Bitonicsort to the build list and fix makefile error to copy build artifacts to dist folder
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133120]
2015-03-20 16:31:51 -05:00

18 satır
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