aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/instruction_benchmark/CMakeLists.txt
blob: 2623e72d85b42f696f4ec68a41a3aec1f3bfd37f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
vespa_add_executable(vespa-tensor-instructions-benchmark TEST
    SOURCES
    instruction_benchmark.cpp
    OUTPUT_NAME vespa-tensor-instructions-benchmark
    INSTALL bin
    DEPENDS
    vespaeval
    GTest::GTest
)
vespa_add_test(NAME eval_tensor_instruction_test COMMAND vespa-tensor-instructions-benchmark --smoke-test)