Hello Apache Arrow team, I am trying to use Arrow on GPU device on PyArrow (6.0 installed via pip). But it errored with
> ModuleNotFoundError: No module named 'pyarrow._cuda' I assume the pip package doesn't enable CUDA feature at build time. I am wondering how to build pyarrow with GPU support from source? -- I only found Building Arrow C++ guide: https://arrow.apache.org/docs/developers/cpp/building.html Also wondering if Arrow Compute functions are supported on GPU-buffered Array? Thanks!
