Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Update README.md for link correction #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion icx/bench_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scipy2017/bench_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scipy2018_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion spr/bench_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down