IntelPython / sdc

Numba extension for compiling Pandas data frames, Intel® Scalable Dataframe Compiler
https://intelpython.github.io/sdc-doc/
BSD 2-Clause "Simplified" License
646 stars 61 forks source link

daal4py warning #66

Open ehsantn opened 6 years ago

ehsantn commented 6 years ago

If daal4py is installed, HPAT always gives this warning.

/homes/etotoni/python/hpat/hpat/ml/d4p.py:183: UserWarning: Warning: couldn't find numba type for 'data_management_DataCollectionPtr*'. Ignored.
  warnings.warn("Warning: couldn't find numba type for '" + x[1] +"'. Ignored.")
ehsantn commented 6 years ago

@fschlimb