Skip to content

Commit a36be7e

Browse files
committed
Update Benchmarks
1 parent 5a678ae commit a36be7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "IntelVectorMath"
22
uuid = "c8ce9da6-5d36-5c03-b118-5a70151be7bc"
3-
version = "0.2.0"
3+
version = "0.2.1"
44

55
[deps]
66
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ The easiest option is to use [MKL.jl](https://github.com/JuliaComputing/MKL.jl)
1818
julia> ] add https://github.com/JuliaComputing/MKL.jl.git
1919
```
2020
#### Note:
21-
This will overwrite your julia sysimage to use MKL instead of OpenBLAS which could break compatability with certain packages and is difficult to reverse without reinstalling julia from scratch. In addition, MKL.jl is currently broken on Windows, so you can only use the following option. Please see the MKL.jl repository for more information.
21+
This will overwrite your julia sysimage to use MKL instead of OpenBLAS which could break compatability with certain packages and is difficult to reverse without reinstalling julia from scratch. In addition, MKL.jl is currently broken on Windows, so you can only use the following option. Please see the MKL.jl repository for more information.
2222

2323
### 2. Standalone MKL
2424
You can also install MKL directly [from intel](https://software.intel.com/en-us/mkl/choose-download). For macOS and Windows this requires a free registration, on Linux this can be done via the command line, as seen [here](https://github.com/JuliaMath/IntelVectorMath.jl/blob/d4f8dd4083cf228cd493a4aed9964f1bc0f08d4f/.github/workflows/main.yml#L53).
25-
There is also the `intel-mkl-slim` package in the AUR that works well.
25+
There is also the `intel-mkl-slim` package in the AUR that works well.
2626

2727
Note that intel MKL has a separate license, which you may want to check for commercial projects (see [FAQ]( https://software.intel.com/en-us/mkl/license-faq)).
2828

@@ -33,7 +33,7 @@ julia> ] add IntelVectorMath
3333
```
3434
If you used this package prior to its renaming, you may have to run `] rm VML` first. Otherwise there will be a conflict due to the UUID.
3535

36-
In the event that MKL was not installed properly you will get an error when first `using` it.
36+
In the event that MKL was not installed properly you will get an error when first `using` it.
3737

3838
## Using IntelVectorMath
3939
After loading `IntelVectorMath`, you have the supported function listed below, for example `IntelVectorMath.sin(rand(100))`. These should provide a significant speed-up over broadcasting the Base functions.
@@ -249,9 +249,9 @@ Next steps for this package
249249
* [x] Avoiding overloading base and optional overload function
250250
* [x] Travis and AppVeyor testing
251251
* [x] Adding CIS function
252-
* [x] Move Testing to GitHub Actions
252+
* [x] Move Testing to GitHub Actions
253253
* [x] Add test for using standalone MKL
254-
* [ ] Update Benchmarks
254+
* [x] Update Benchmarks
255255
* [ ] Add tests for mutating functions
256256

257257

0 commit comments

Comments
 (0)