zvec/tests/ailego/math
Jalin Wang 8182cfff93
feat: windows support (#216)
Preliminary support for Windows with remaining TODOs
2026-03-30 20:47:34 +08:00
..
cosine_distance_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
cosine_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
cosine_distance_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_fp16_test.cc Refactor/add scalar dist function and setup cmake with detailed cpu flag (#238) 2026-03-20 09:53:48 +08:00
euclidean_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
euclidean_distance_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
hamming_distance_matrix_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
inner_product_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
mips_euclidean_distance_matrix_int4_test.cc feat: windows support (#216) 2026-03-30 20:47:34 +08:00
mips_euclidean_distance_matrix_int8_test.cc feat: windows support (#216) 2026-03-30 20:47:34 +08:00
norm_matrix_fp16_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_fp32_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_int4_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
norm_matrix_int8_test.cc fix: Replace VLAs with std::vector for MSVC compatibility and stack safety (#190) 2026-03-03 10:07:21 +08:00
normalizer_test.cc feat: support core cpp sdk (#30) 2026-01-26 20:01:44 +08:00