From e5a18073065cadc223e6d44cb3f36076585dd0fa Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Fri, 16 Jun 2023 17:52:38 +0200 Subject: [PATCH 1/4] Update README.md for link correction --- scipy2018_demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy2018_demo/README.md b/scipy2018_demo/README.md index 7de479d..8e13436 100644 --- a/scipy2018_demo/README.md +++ b/scipy2018_demo/README.md @@ -25,5 +25,5 @@ For running a remote session from Windows machine, copy&edit `demo_config_exampl then run `start_jupyter.bat`. In Jupyter, open `composability_demo.ipynb` and follow instructions. ## See also -- Introductionary blog: https://software.intel.com/en-us/blogs/2016/04/04/unleash-parallel-performance-of-python-programs +- Introductionary blog: https://www.intel.com/content/www/us/en/developer/tools/oneapi/distribution-for-python.html - Details in the whitepaper: http://conference.scipy.org/proceedings/scipy2018/pdfs/anton_malakhov.pdf From 792fc416cbf176f0e3d6d4b786824a2f67ac6602 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Fri, 16 Jun 2023 17:54:05 +0200 Subject: [PATCH 2/4] Update bench_demo.py --- spr/bench_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spr/bench_demo.py b/spr/bench_demo.py index 4663d13..de7680b 100644 --- a/spr/bench_demo.py +++ b/spr/bench_demo.py @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# http://software.intel.com/en-us/intel-mkl +# https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html # https://code.google.com/p/numexpr/wiki/NumexprVML from __future__ import print_function From 7e27b6ccbcbaaa7b01b4da52b70c926569b255e5 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Fri, 16 Jun 2023 17:55:02 +0200 Subject: [PATCH 3/4] Update bench_demo.py --- icx/bench_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icx/bench_demo.py b/icx/bench_demo.py index 4663d13..de7680b 100644 --- a/icx/bench_demo.py +++ b/icx/bench_demo.py @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# http://software.intel.com/en-us/intel-mkl +# https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html # https://code.google.com/p/numexpr/wiki/NumexprVML from __future__ import print_function From 78310361a2a01c1384ac65b1773f5c57e357d1f1 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Fri, 16 Jun 2023 17:55:56 +0200 Subject: [PATCH 4/4] Update bench_demo.py --- scipy2017/bench_demo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipy2017/bench_demo.py b/scipy2017/bench_demo.py index 4663d13..de7680b 100644 --- a/scipy2017/bench_demo.py +++ b/scipy2017/bench_demo.py @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# http://software.intel.com/en-us/intel-mkl +# https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html # https://code.google.com/p/numexpr/wiki/NumexprVML from __future__ import print_function