rbc icon indicating copy to clipboard operation
rbc copied to clipboard

Handling of unsupported features

Open pearu opened this issue 4 years ago • 0 comments

rbc supports a range of omniscdb and numba versions that implement different sets of features. If a particular feature is not available for the given combination of omniscidb/numba versions, rbc should fail with an exception message suggestion the upgrade, or directing to an rbc issue explaining why the feature is not available.

While handling the unsupported features, one must take into account:

  • numba version
  • omniscidb version
  • omniscidb has CUDA enabled or not
  • CUDA enabled omniscidb is able to fall back to CPU execution: https://github.com/omnisci/omniscidb-internal/pull/4955

pearu avatar Oct 29 '20 08:10 pearu