add can_map_host_memory.cpp and gcn_arch_name.cpp

This commit is contained in:
Carl Pearson
2025-01-08 08:22:09 -08:00
parent cf83db731c
commit 99f9b302e3
4 changed files with 52 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ add_executable(hipmalloc_hipmemset hipmalloc_hipmemset.cpp)
add_executable(hipmallocmanaged_devaccess hipmallocmanaged_devaccess.cpp)
add_executable(hipmallocmanaged_hostaccess hipmallocmanaged_hostaccess.cpp)
add_executable(hipmallocmanaged_hipmemset hipmallocmanaged_hipmemset.cpp)
add_executable(can_map_host_memory can_map_host_memory.cpp)
add_executable(gcn_arch_name gcn_arch_name.cpp)
enable_testing()
add_test(NAME hipMalloc+HostAccess COMMAND hipmalloc_hostaccess)