File tree Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Expand file tree Collapse file tree 2 files changed +2
-32
lines changed Original file line number Diff line number Diff line change 4141 ${{ runner.os }}-
4242 - uses : julia-actions/julia-buildpkg@latest
4343 - uses : julia-actions/julia-runtest@latest
44-
45- # testAptMKL:
46- # name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
47- # runs-on: ${{ matrix.os }}
48- # strategy:
49- # matrix:
50- # version:
51- # - 'nightly'
52- # os:
53- # - ubuntu-latest
54- # arch:
55- # - x64
56- # env:
57- # LD_LIBRARY_PATH: /opt/intel/compilers_and_libraries_2019.4.243/linux/mkl/lib/intel64_lin/
58- # steps:
59- # - name: Install MKL via apt
60- # run: |
61- # curl https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB > GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
62- # sudo apt-key add GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
63- # rm GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
64- # sudo sh -c 'echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list'
65- # sudo apt-get update
66- # sudo apt-get install -y intel-mkl-64bit-2019.4-070
67- # source /opt/intel/mkl/bin/mklvars.sh intel64
68- # - uses: actions/checkout@v2
69- # - uses: julia-actions/setup-julia@latest
70- # with:
71- # version: ${{ matrix.version }}
72- # arch: ${{ matrix.arch }}
73- # - uses: julia-actions/julia-buildpkg@latest
74- # - uses: julia-actions/julia-runtest@latest
Original file line number Diff line number Diff line change 44[ pkgeval-url ] : https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
55
66[ ![ PkgEval] [ pkgeval-img ]] [ pkgeval-url ]
7- ![ ] ( https://github.com/JuliaMath/VML.jl/workflows/julia%201.6/badge.svg )
7+ ![ ] ( https://github.com/JuliaMath/VML.jl/workflows/julia%201.6+1.8 /badge.svg )
88![ ] ( https://github.com/JuliaMath/VML.jl/workflows/julia%20nightly/badge.svg )
9+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/JuliaMath/IntelVectorMath.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JuliaMath/IntelVectorMath.jl?branch=master )
910
1011This package provides bindings to the Intel MKL [ Vector Mathematics Functions] ( https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top/vector-mathematical-functions.html ) .
1112This is often substantially faster than broadcasting Julia's built-in functions, especially when applying a transcendental function over a large array.
You can’t perform that action at this time.
0 commit comments