使用 Intel Python 2019 和 Xeon Phi (KNC) 自动卸载
Automatic Offloading with Intel Python 2019 and Xeon Phi (KNC)
我目前正在尝试使用 Intel Python 2019 和 Xeon Phi X100 KNC (SC3120A) 卡进行自动卸载。为了测试卸载,我正在尝试这个基准:https://github.com/accre/Intel-Xeon-Phi/blob/master/Python/automatic-offloading/bmark.py
但是,我无法让它工作。代码只是在主机 CPU 上执行。我在 CentOS 上使用 MPSS 3.8.6 和 Intel Parallel Studio 2017(支持 X100 的最新版本)。 miccheck 通过,我还可以使用 SSH 直接在卡上 运行 交叉编译代码。我正在使用 Intel Python 3.6 我的 .bashrc 文件如下所示:
export PATH=$PATH:/opt/intel/intelpython3/bin/libfabric/
source /opt/intel/bin/compilervars.sh intel64
source /opt/intel/intelpython3/bin/activate root
source /opt/intel/intelpython3/bin/mklmicvars.sh
export USE_DAAL4PY_SKLEARN=YES
export OFFLOAD_DEVICES=0
export MKL_MIC_DISABLE_HOST_FALLBACK=1
我也关注了这个页面并安装了 mkl-mic:https://software.intel.com/en-us/articles/using-intel-python-with-coprocessor-cards
看来我在这里遗漏了一些基本的东西。 Python 3.6 是否有效?英特尔提供的 micperf 基准测试包例如为 Python 2 编写的,所以我目前无法尝试。我真的很想为我的 Python 代码利用卡片的计算能力。你知道什么可以帮助这里或我可以检查什么吗?
Intel Python 2019 使用不支持 Xeon Phi CPU 系列的 Intel MKL v 2019。在这里你看到同样的讨论-https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/814784
我目前正在尝试使用 Intel Python 2019 和 Xeon Phi X100 KNC (SC3120A) 卡进行自动卸载。为了测试卸载,我正在尝试这个基准:https://github.com/accre/Intel-Xeon-Phi/blob/master/Python/automatic-offloading/bmark.py
但是,我无法让它工作。代码只是在主机 CPU 上执行。我在 CentOS 上使用 MPSS 3.8.6 和 Intel Parallel Studio 2017(支持 X100 的最新版本)。 miccheck 通过,我还可以使用 SSH 直接在卡上 运行 交叉编译代码。我正在使用 Intel Python 3.6 我的 .bashrc 文件如下所示:
export PATH=$PATH:/opt/intel/intelpython3/bin/libfabric/
source /opt/intel/bin/compilervars.sh intel64
source /opt/intel/intelpython3/bin/activate root
source /opt/intel/intelpython3/bin/mklmicvars.sh
export USE_DAAL4PY_SKLEARN=YES
export OFFLOAD_DEVICES=0
export MKL_MIC_DISABLE_HOST_FALLBACK=1
我也关注了这个页面并安装了 mkl-mic:https://software.intel.com/en-us/articles/using-intel-python-with-coprocessor-cards
看来我在这里遗漏了一些基本的东西。 Python 3.6 是否有效?英特尔提供的 micperf 基准测试包例如为 Python 2 编写的,所以我目前无法尝试。我真的很想为我的 Python 代码利用卡片的计算能力。你知道什么可以帮助这里或我可以检查什么吗?
Intel Python 2019 使用不支持 Xeon Phi CPU 系列的 Intel MKL v 2019。在这里你看到同样的讨论-https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/814784