Frank Schlimbach

Results 34 comments of Frank Schlimbach

I guess there are 2 options: 1. wait for the discussion https://github.com/data-apis/consortium-feedback/issues/7 to conclude. Any input there could help bringing this to a conclusion. 2. Go ahead and just merge...

What do you mean? Two people asked for the feature. Why is that not obvious? A very obvious reason is when you write a generic code accepting an algorithm to...

Even worse: the current lack of pickle support makes any class/object with a algorithm member unpickle'able.

@triskadecaepyon Requires a simple check and message print in src/daal4py.cpp:_make_nt

It is of course possible to just not compile anything and leave the entire function uncompiled. It's less straight forward to partially fall back to object mode. It is conceptually...

@bigwater thanks or your report. We'll look into it.

HPAT supports a subset of numpy and pandas (https://intellabs.github.io/hpat-doc/dev/source/supportedpandas.html). Because it is based on numba it's use of MKL is similar to numba. HPAT/numba will compile any python function to...

I ran into similar issues. mpi_run.py does not support newer MPICH versions (e.g. 3.3.2) and it does not recognize Intel MPI. The latter would lead to the above message. The...

I do not think this is a CCL issue. At least in my case mpi_run.py needs to be adjusted to support the MPI in question. At compile time a different...

I had a similar issue. I added `-DBUILD_EXTERNAL_GOOGLEBENCHMARK=1` and it checked out the google stuff. However, I am now getting ``` CMake Error at .../xtensor-benchmark/share/cmake-3.16/Modules/FindPackageHandleStandardArgs.cmake:146 (message): Could NOT find Blitz...