f166016d8a
Details:
- add HsaGetInfo program that prints out all available CPU, GPU and their respective memory pools.
[git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1237219]
[ROCm/ROCR-Runtime commit: c494af9d49]
9 linhas
165 B
Makefile
9 linhas
165 B
Makefile
OPENCL_DEPTH = ../../../..
|
|
|
|
include $(OPENCL_DEPTH)/hsadefs
|
|
|
|
BUILD_SUBDIRS = $(DEFAULT_TARGETS)
|
|
BUILD_MAKEFILE = Makefile.get_info
|
|
|
|
include $(OPENCL_DEPTH)/hsarules
|