ca53c3f18d
Rocprofiler and HSAsupport classes have been implemented as
singletons which gets initialized lazily.
Change-Id: I98db4713c7282d88966aeb0ea9df83ba457b2ea3
[ROCm/rocprofiler commit: 4980409c5a]
14 righe
417 B
CMake
14 righe
417 B
CMake
add_definitions(-DAMD_INTERNAL_BUILD=1)
|
|
add_custom_target(tests)
|
|
add_dependencies(tests rocprofiler_tool)
|
|
add_custom_target(
|
|
check
|
|
COMMAND ${PROJECT_BINARY_DIR}/run_tests.sh
|
|
DEPENDS tests)
|
|
add_subdirectory(featuretests)
|
|
add_subdirectory(memorytests)
|
|
add_subdirectory(microbenchmarks)
|
|
add_subdirectory(HSAToolLibrary)
|
|
add_subdirectory(unittests)
|
|
configure_file(run_tests.sh ${PROJECT_BINARY_DIR} COPYONLY)
|