"...disaggregated-prefill-v1/prefill_example.py" did not exist on "951558c2f89b1464f7e80a31e320c2e0ad3b359e"
CMakeLists.txt 318 Bytes
Newer Older
1
2
3
4
add_gtest_executable(test_image_to_column test_image_to_column.cpp)
target_link_libraries(test_image_to_column PRIVATE utility device_image_to_column_instance)
add_gtest_executable(test_image_to_column_interface test_image_to_column_interface.cpp)
target_link_libraries(test_image_to_column_interface PRIVATE utility)