e38c74aaee
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133120]
[ROCm/ROCR-Runtime commit: 2a7c5363e8]
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
|