add_executable(client_fused_attention fused_attention.cpp)
target_link_libraries(client_fused_attention PRIVATE composable_kernel::device_operations)

add_executable(client_fused_attention_bias fused_attention_bias.cpp)
target_link_libraries(client_fused_attention_bias PRIVATE composable_kernel::device_operations)

add_executable(client_fused_attention_bwd fused_attention_bwd.cpp)
target_link_libraries(client_fused_attention_bwd PRIVATE composable_kernel::device_operations)
