Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

mkl-fft python package license

maildev
Beginner
2,338 Views

I have installed mkl-fft python package using pip.  Can I know all the dependencies installed packages license information please. for ex: common-cmplr-lib-rt , are these open source libraries. Also can you share the api link for these.

- mkl-fft [required: ==1.2.0, installed: 1.2.0]
    - dpcpp-cpp-rt [required: Any, installed: 2021.2.0]
       - common-cmplr-lib-rt [required: ==2021.*, installed: 2021.2.0]
       - common-cmplr-lic-rt [required: ==2021.*, installed: 2021.2.0]
       - intel-openmp [required: ==2021.*, installed: 2021.3.0]
       - opencl-rt [required: ==2021.*, installed: 2021.2.0]
             - common-cmplr-lic-rt [required: ==2021.*, installed: 2021.2.0]
             - tbb [required: ==2021.*, installed: 2021.3.0]

0 Kudos
1 Solution
Gopika_Intel
Moderator
2,145 Views

Hi,

Sorry for the delay in response.

The mkl_fft package is designed to be built into numpy. It will not “plugin” to any general numpy package. For using it effectively, please install the numpy build from anaconda.org/intel/simple, like this:

pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple numpy==1.20.3

The restriction right now is python 3.7. And please specify the numpy version as in the sample statement above (without including the numpy version, pip would install stock numpy 1.21.1 from PyPI since it is newer).

You are correct that it is all open sourced, including the numpy patches to allow mkl_* packages to plugin (github.com/intelpython/numpy).

Hope this helps

Regards

Gopika

 

View solution in original post

5 Replies
RaeesaM_Intel
Moderator
2,223 Views

Hi ,


Thank you for posting in Intel Forums.

We are checking on this internally . We will get back to you shortly.


Regards,

Raeesa


0 Kudos
Gopika_Intel
Moderator
2,146 Views

Hi,

Sorry for the delay in response.

The mkl_fft package is designed to be built into numpy. It will not “plugin” to any general numpy package. For using it effectively, please install the numpy build from anaconda.org/intel/simple, like this:

pip install -i https://pypi.anaconda.org/intel/simple --extra-index-url https://pypi.org/simple numpy==1.20.3

The restriction right now is python 3.7. And please specify the numpy version as in the sample statement above (without including the numpy version, pip would install stock numpy 1.21.1 from PyPI since it is newer).

You are correct that it is all open sourced, including the numpy patches to allow mkl_* packages to plugin (github.com/intelpython/numpy).

Hope this helps

Regards

Gopika

 

RaeesaM_Intel
Moderator
2,092 Views

Hi,


Is your query resolved ? Let us know if you have any further questions.


Thanks and Regards,

Raeesa


0 Kudos
maildev
Beginner
2,084 Views
0 Kudos
RaeesaM_Intel
Moderator
2,074 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.


Raeesa


0 Kudos
Reply