aboutsummaryrefslogtreecommitdiffstats
path: root/eval/src/vespa/eval/instruction/CMakeLists.txt
blob: 006a363a64f713c42bb090b712bf1149c3b59d05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

vespa_add_library(eval_instruction OBJECT
    SOURCES
    add_trivial_dimension_optimizer.cpp
    best_similarity_function.cpp
    dense_cell_range_function.cpp
    dense_dot_product_function.cpp
    dense_hamming_distance.cpp
    dense_join_reduce_plan.cpp
    dense_lambda_peek_function.cpp
    dense_lambda_peek_optimizer.cpp
    dense_matmul_function.cpp
    dense_multi_matmul_function.cpp
    dense_simple_expand_function.cpp
    dense_single_reduce_function.cpp
    dense_tensor_create_function.cpp
    dense_tensor_peek_function.cpp
    dense_xw_product_function.cpp
    fast_rename_optimizer.cpp
    generic_cell_cast.cpp
    generic_concat.cpp
    generic_create.cpp
    generic_join.cpp
    generic_lambda.cpp
    generic_map.cpp
    generic_merge.cpp
    generic_peek.cpp
    generic_reduce.cpp
    generic_rename.cpp
    index_lookup_table.cpp
    inplace_map_function.cpp
    join_with_number_function.cpp
    l2_distance.cpp
    mapped_lookup.cpp
    mixed_112_dot_product.cpp
    mixed_inner_product_function.cpp
    mixed_l2_distance.cpp
    mixed_simple_join_function.cpp
    pow_as_map_optimizer.cpp
    remove_trivial_dimension_optimizer.cpp
    replace_type_function.cpp
    simple_join_count.cpp
    sparse_112_dot_product.cpp
    sparse_dot_product_function.cpp
    sparse_full_overlap_join_function.cpp
    sparse_join_reduce_plan.cpp
    sparse_merge_function.cpp
    sparse_no_overlap_join_function.cpp
    sparse_singledim_lookup.cpp
    sum_max_dot_product_function.cpp
    universal_dot_product.cpp
    unpack_bits_function.cpp
    vector_from_doubles_function.cpp
)