OK, I would assume that when we have `has_ipc_support` then we should also have `has_cuda_support`. >From https://github.com/apache/arrow/pull/2536#discussion_r216368838 I gather >that `has_cuda/ipc_support` should be implemented in `pyarrow/cuda.py`. To use >these in a sensible way, `import pyarrow.cuda` should always succeed. Hence, >the imports from _cuda.pyx would live under `if has_cuda_support:` block. How >does this sound?
[ Full content available at: https://github.com/apache/arrow/pull/2536 ] This message was relayed via gitbox.apache.org for [email protected]
