summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/tests/dotproduct/CMakeLists.txt2
-rw-r--r--vespalib/src/tests/hwaccelrated/CMakeLists.txt4
-rw-r--r--vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/vespalib/src/tests/dotproduct/CMakeLists.txt b/vespalib/src/tests/dotproduct/CMakeLists.txt
index cd01b44644e..41f8ba5c1cf 100644
--- a/vespalib/src/tests/dotproduct/CMakeLists.txt
+++ b/vespalib/src/tests/dotproduct/CMakeLists.txt
@@ -4,7 +4,7 @@ vespa_add_executable(vespalib_dotproductbenchmark_app
dotproductbenchmark.cpp
DEPENDS
vespalib
- hwaccelrated
+ vespa_hwaccelerated
)
vespa_add_test(NAME vespalib_dotproductbenchmark_app_sparse-ordered COMMAND vespalib_dotproductbenchmark_app 10 10 1000 1000 BENCHMARK)
vespa_add_test(NAME vespalib_dotproductbenchmark_app_sparse-unordered COMMAND vespalib_dotproductbenchmark_app 10 10 1000 1000 BENCHMARK)
diff --git a/vespalib/src/tests/hwaccelrated/CMakeLists.txt b/vespalib/src/tests/hwaccelrated/CMakeLists.txt
index 2b322a025d0..2064dc8e7ef 100644
--- a/vespalib/src/tests/hwaccelrated/CMakeLists.txt
+++ b/vespalib/src/tests/hwaccelrated/CMakeLists.txt
@@ -4,7 +4,7 @@ vespa_add_executable(vespalib_hwaccelrated_test_app TEST
hwaccelrated_test.cpp
DEPENDS
vespalib
- hwaccelrated
+ vespa_hwaccelerated
)
vespa_add_test(NAME vespalib_hwaccelrated_test_app COMMAND vespalib_hwaccelrated_test_app)
@@ -13,5 +13,5 @@ vespa_add_executable(vespalib_hwaccelrated_bench_app
hwaccelrated_bench.cpp
DEPENDS
vespalib
- hwaccelrated
+ vespa_hwaccelerated
)
diff --git a/vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt b/vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
index 0e318a6b8f5..e2485543b33 100644
--- a/vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
@@ -6,7 +6,7 @@ else()
unset(ACCEL_FILES)
endif()
-vespa_add_library(hwaccelrated OBJECT
+vespa_add_library(vespa_hwaccelerated
SOURCES
iaccelrated.cpp
generic.cpp
@@ -17,4 +17,4 @@ vespa_add_library(hwaccelrated OBJECT
set_source_files_properties(avx2.cpp PROPERTIES COMPILE_FLAGS "-O3 -march=haswell")
set_source_files_properties(avx512.cpp PROPERTIES COMPILE_FLAGS "-O3 -march=skylake-avx512 -mprefer-vector-width=512")
set(BLA_VENDOR OpenBLAS)
-vespa_add_target_package_dependency(hwaccelrated BLAS)
+vespa_add_target_package_dependency(vespa_hwaccelerated BLAS)