4b2b25e232
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1127110]
20 строки
454 B
Makefile
20 строки
454 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
|
|
|
#SUBDIRS = NBody
|
|
#SUBDIRS += DwtHarr1D
|
|
#SUBDIRS += BitionicSort
|
|
#SUBDIRS += BinarySearch
|
|
SUBDIRS = hsailUtil
|
|
SUBDIRS += BinarySearch
|
|
#SUBDIRS += BlackScholes
|
|
#SUBDIRS += FloydWarshall
|
|
#SUBDIRS += FastWalshTransform
|
|
#SUBDIRS += MatrixTranspose
|
|
#SUBDIRS += MatrixMultiplication
|
|
#SUBDIRS += MonteCarloAsian
|
|
#SUBDIRS += SimpleConvolution
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|