blob: cb061d5ca96e7fabc50fdae0341084de8610e866 [file] [log] [blame]
add_executable(cuda_saxpy_example CUDASaxpy.cpp)
target_link_libraries(cuda_saxpy_example streamexecutor)
add_executable(host_saxpy_example HostSaxpy.cpp)
target_link_libraries(host_saxpy_example streamexecutor)