"cpp_onnx/vscode:/vscode.git/clone" did not exist on "5737fff6599b20f6200fe35acae122ff9182fc73"
CMakeLists.txt 294 Bytes
Newer Older
Anthony Chang's avatar
Anthony Chang committed
1
2
3
4
5
add_custom_target(test_batched_gemm_gemm)

add_gtest_executable(test_batched_gemm_gemm_fp16 test_batched_gemm_gemm_fp16.cpp)
target_link_libraries(test_batched_gemm_gemm_fp16 PRIVATE utility device_batched_gemm_gemm_instance)
add_dependencies(test_batched_gemm_gemm test_batched_gemm_gemm_fp16)