bgawrych

Results 6 comments of bgawrych

@SpaceView can you provide more info about your environment? (MKL version, CUDA version, build script, hardware information etc.)

@SpaceView which BLAS you want to use? MKL or OpenBLAS? because you're setting MKL flags, but in the CMakeCache there is ``` //Selected BLAS library BLAS:STRING=Open ```

Hi @matteosal, it seems like calling directly npi_repeats with specific parameters is buggy, but calling it through API "np.repeat" work as expected - https://github.com/apache/incubator-mxnet/blob/cf15e0a478ea45166b2f397ff440e30601ea2ec4/python/mxnet/ndarray/numpy/_op.py#L4253

@mxnet-bot run ci [centos-cpu, unix-cpu, unix-gpu]