Skip to content

Commit

Permalink
Merge pull request #31610 from vespa-engine/toregge/rename-hwaccelrat…
Browse files Browse the repository at this point in the history
…ed-library-to-vespa-hwaccelerated

Rename hwaccelrated library to vespa_hwaccelerated.
  • Loading branch information
baldersheim authored Jun 18, 2024
2 parents 2594759 + 0d979ae commit 1f0e68e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eval/src/vespa/eval/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ vespa_add_library(vespaeval
$<TARGET_OBJECTS:eval_streamed>
INSTALL lib64
DEPENDS
hwaccelrated
vespa_hwaccelerated
onnxruntime
${VESPA_LLVM_LIB}
)
Expand Down
2 changes: 1 addition & 1 deletion vespalib/src/tests/dotproduct/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions vespalib/src/tests/hwaccelrated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -13,5 +13,5 @@ vespa_add_executable(vespalib_hwaccelrated_bench_app
hwaccelrated_bench.cpp
DEPENDS
vespalib
hwaccelrated
vespa_hwaccelerated
)
4 changes: 2 additions & 2 deletions vespalib/src/vespa/vespalib/hwaccelrated/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ else()
unset(ACCEL_FILES)
endif()

vespa_add_library(hwaccelrated OBJECT
vespa_add_library(vespa_hwaccelerated
SOURCES
iaccelrated.cpp
generic.cpp
Expand All @@ -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)

0 comments on commit 1f0e68e

Please sign in to comment.