Skip to content

Commit 7a6a4f2

Browse files
authored
Update README.md
1 parent 3ac66e1 commit 7a6a4f2

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,20 @@ Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (sin
1717
- `static` means MKL will be linked statically, and `dynamic` means MKL will be linked dynamically
1818
- `lp64` means 32-bit integer interface, `ilp64` means 64-bit integer interface
1919
- `iomp` means MKL uses Intel OpenMP, `seq` means sequential execution, e.g. no parallelization
20+
- OpenMP is not supported for Windows currently [#46](https://github.com/rust-math/intel-mkl-src/issues/46)
2021
- default is `mkl-static-ilp64-seq`, and you must choose one of them.
21-
22-
| feature name | Linux | macOS | Windows |
23-
|:-----------------------|:------------------:|:------------------:|:------------------:|
24-
| mkl-static-lp64-iomp | :heavy_check_mark: | - | - |
25-
| mkl-static-lp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
26-
| mkl-static-ilp64-iomp | :heavy_check_mark: | - | - |
27-
| mkl-static-ilp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
28-
| mkl-dynamic-lp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
29-
| mkl-dynamic-lp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
30-
| mkl-dynamic-ilp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
31-
| mkl-dynamic-ilp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
22+
- macOS is not supported [#42](https://github.com/rust-math/intel-mkl-src/issues/42)
23+
24+
| feature name | Linux | macOS | Windows |
25+
|:-----------------------|:------------------:|:------------------:|:------------------:|
26+
| mkl-static-lp64-iomp | :heavy_check_mark: | - | - |
27+
| mkl-static-lp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
28+
| mkl-static-ilp64-iomp | :heavy_check_mark: | - | - |
29+
| mkl-static-ilp64-seq | :heavy_check_mark: | - | :heavy_check_mark: |
30+
| mkl-dynamic-lp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
31+
| mkl-dynamic-lp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
32+
| mkl-dynamic-ilp64-iomp | :heavy_check_mark: | :heavy_check_mark: | - |
33+
| mkl-dynamic-ilp64-seq | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
3234

3335
- `download` feature enables downloading MKL archive managed by this project from AWS S3 (default ON)
3436

0 commit comments

Comments
 (0)