5670d4665e
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1126027]
[ROCm/ROCR-Runtime commit: 89b5a60e58]
15 línte
313 B
Makefile
15 línte
313 B
Makefile
OPENCL_DEPTH = ../..
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimedefs
|
|
|
|
SUBDIRS = NBody
|
|
SUBDIRS += DwtHarr1D
|
|
SUBDIRS += BitionicSort
|
|
SUBDIRS += BinarySearch
|
|
SUBDIRS += BlackScholes
|
|
SUBDIRS += FloydWarshall
|
|
SUBDIRS += MatrixTranspose
|
|
SUBDIRS += MatrixMultiplication
|
|
|
|
include $(OPENCL_DEPTH)/runtimenew/runtimerules
|