Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot find function bitwise_bin_op_simd_helper in this scope #604

Open
artorias1024 opened this issue Jun 23, 2021 · 2 comments
Open

cannot find function bitwise_bin_op_simd_helper in this scope #604

artorias1024 opened this issue Jun 23, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@artorias1024
Copy link

Describe the bug
When I running the DataFusion Benchmarks and enable eatures simd

artorias@artorias-ThinkPad-X1-Carbon-Gen-8:~/workspace-vscode/arrow-datafusion/benchmarks$ cargo run --release --features "simd mimalloc" --bin tpch -- benchmark datafusion --iterations 3 --path ./data --format tbl --query 1 --batch-size 4096
   Compiling arrow v4.3.0
error[E0425]: cannot find function `bitwise_bin_op_simd_helper` in this scope
   --> /home/artorias/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/buffer/ops.rs:258:9
    |
125 | / pub fn bitwise_bin_op_helper<F>(
126 | |     left: &Buffer,
127 | |     left_offset_in_bits: usize,
128 | |     right: &Buffer,
...   |
152 | |     buffer.into()
153 | | }
    | |_- similarly named function `bitwise_bin_op_helper` defined here
...
258 |           bitwise_bin_op_simd_helper(
    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `bitwise_bin_op_helper`

error[E0425]: cannot find function `bitwise_bin_op_simd_helper` in this scope
   --> /home/artorias/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/buffer/ops.rs:369:9

@artorias1024 artorias1024 added the bug Something isn't working label Jun 23, 2021
@pkit
Copy link

pkit commented Jul 1, 2021

looks like a duplicate of apache/arrow-rs#232

@artorias1024
Copy link
Author

looks like a duplicate of apache/arrow-rs#232
It does seem to be the same problem, which has been bothering me for a long time : (

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants