d7216c8124
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1130607]
[ROCm/ROCR-Runtime commit: b122d56d1e]
18 строки
369 B
Makefile
18 строки
369 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/hsadefs
|
|
|
|
SUBDIRS = NBody
|
|
SUBDIRS += DwtHarr1D
|
|
SUBDIRS += BitionicSort
|
|
SUBDIRS += BinarySearch
|
|
SUBDIRS += BlackScholes
|
|
SUBDIRS += FloydWarshall
|
|
SUBDIRS += FastWalshTransform
|
|
SUBDIRS += MatrixTranspose
|
|
SUBDIRS += MatrixMultiplication
|
|
SUBDIRS += MonteCarloAsian
|
|
SUBDIRS += SimpleConvolution
|
|
|
|
include $(OPENCL_DEPTH)/hsarules
|