1set(MODULE_NAME SVM) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_allocate_shared_buffer.cpp 6 test_byte_granularity.cpp 7 test_cross_buffer_pointers.cpp 8 test_enqueue_api.cpp 9 test_fine_grain_memory_consistency.cpp 10 test_fine_grain_sync_buffers.cpp 11 test_pointer_passing.cpp 12 test_set_kernel_exec_info_svm_ptrs.cpp 13 test_shared_address_space_coarse_grain.cpp 14 test_shared_address_space_fine_grain.cpp 15 test_shared_address_space_fine_grain_buffers.cpp 16 test_shared_sub_buffers.cpp 17 test_migrate.cpp 18) 19 20set_gnulike_module_compile_flags("-Wno-sometimes-uninitialized -Wno-sign-compare") 21 22include(../CMakeCommon.txt) 23