Skip to content

Commit fb43660

Browse files
committed
Fix badges
1 parent 659512b commit fb43660

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# intel-mkl-src
22

3-
|crate | crate.io | description |
4-
|:-------------|:---------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|
5-
|intel-mkl-src | [![Crate](http://meritbadge.herokuapp.com/intel-mkl-src)](https://crates.io/crates/intel-mkl-src) | Source crate for Intel-MKL |
6-
|intel-mkl-sys | [![Crate](http://meritbadge.herokuapp.com/intel-mkl-sys)](https://crates.io/crates/intel-mkl-sys) | FFI for Intel-MKL [vector math][VM], and [statistical functions][VSL] |
7-
|intel-mkl-tool| [![Crate](http://meritbadge.herokuapp.com/intel-mkl-tool)](https://crates.io/crates/intel-mkl-tool)| CLI utility for redistributing Intel-MKL |
8-
9-
Redistribution of Intel MKL as a crate. Tested on Linux, macOS, and Windows (since 0.4.0)
3+
|crate | crate.io | description |
4+
|:-------------|:-------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------|
5+
|intel-mkl-src | [![crate](https://img.shields.io/crates/v/intel-mkl-src.svg)](https://crates.io/crates/intel-mkl-src) | Source crate for Intel-MKL |
6+
|intel-mkl-sys | [![Crate](https://img.shields.io/crates/v/intel-mkl-sys.svg)](https://crates.io/crates/intel-mkl-sys) | FFI for Intel-MKL [vector math][VM], and [statistical functions][VSL] |
7+
|intel-mkl-tool| [![Crate](https://img.shields.io/crates/v/intel-mkl-tool.svg)](https://crates.io/crates/intel-mkl-tool)| Seek Intel-MKL libraries from filesystem |
108

119
[VM]: https://software.intel.com/en-us/mkl-developer-reference-c-vector-mathematical-functions
1210
[VSL]: https://software.intel.com/en-us/mkl-developer-reference-c-statistical-functions
@@ -31,7 +29,7 @@ This specify the data model:
3129
- `ilp64` means `int` (i), `long` (l), and pointers (p) are 64-bit.
3230
- `lp64` means `long` (l) and pointers (p) are 64-bit, `int` is 32-bit.
3331

34-
### Thread management
32+
### Thread management (`iomp` or `seq`)
3533

3634
- `iomp` means MKL uses Intel OpenMP runtime
3735
- `seq` means sequential (single thread) execution

0 commit comments

Comments
 (0)