You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use cmake -DARROW_SIMD_LEVEL=AVX2, i catch this error.
/home/light/arrow/cpp/src/arrow/compute/key_map_avx2.cc: In member function 'int arrow::compute::SwissTable::early_filter_imp_avx2_x32(int, const uint32_t*, uint8_t*, uint8_t*) const':
/home/light/arrow/cpp/src/arrow/compute/key_map_avx2.cc:216:3: error: 'ARROW_DCHECK' was not declared in this scope
216 | ARROW_DCHECK(log_blocks_ <= 4);
| ^~~~~~~~~~~~
/home/light/arrow/cpp/src/arrow/compute/key_map_avx2.cc: In member function 'int arrow::compute::SwissTable::extract_group_ids_avx2(int, const uint32_t*, const uint8_t*, uint32_t*, int, int, int) const':
/home/light/arrow/cpp/src/arrow/compute/key_map_avx2.cc:377:3: error: 'ARROW_DCHECK' was not declared in this scope
377 | ARROW_DCHECK(byte_size == 1 || byte_size == 2 || byte_size == 4);
| ^~~~~~~~~~~~
make[2]: *** [src/arrow/CMakeFiles/arrow_objlib.dir/build.make:2071: src/arrow/CMakeFiles/arrow_ob
Component(s)
C++
The text was updated successfully, but these errors were encountered:
key_map_avx2.cc compile error.
when i use cmake -DARROW_SIMD_LEVEL=AVX2, i catch this error.
Component(s)
C++
The text was updated successfully, but these errors were encountered: