CMakeLists.txt 185 Bytes
Newer Older
Adam Osewski's avatar
Adam Osewski committed
1
add_executable(client_softmax4d softmax4d.cpp)
2
target_link_libraries(client_softmax4d PRIVATE composable_kernel::device_other_operations composable_kernel::device_reduction_operations)