aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util/bfloat16/CMakeLists.txt
blob: 6a6ed9b1997278321851833c3ca2e041d8e7e546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
if(EXISTS /opt/vespa-deps/include/onnxruntime/core/framework/endian.h)
vespa_add_executable(vespalib_bfloat16_test_app TEST
    SOURCES
    bfloat16_test.cpp
    DEPENDS
    vespalib
    GTest::GTest
)
vespa_add_test(NAME vespalib_bfloat16_test_app COMMAND vespalib_bfloat16_test_app)
endif()