forked from MKL-NET/MKL.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
20 lines (17 loc) · 926 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Authors>Anthony Lloyd</Authors>
<Owners>Anthony Lloyd</Owners>
<Copyright>Copyright 2022</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>http://github.com/MKL-NET/MKL.NET</PackageProjectUrl>
<PackageIcon>matrix.png</PackageIcon>
<PackageTags>mkl matrix linear algebra fft rng math numerics</PackageTags>
<Description>
A simple cross platform .NET API for Intel MKL.
Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.
Exposing functions from MKL keeping the syntax as close to the c developer reference as possible:
https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html
</Description>
</PropertyGroup>
</Project>