Skip to content

Commit 5c0ca1b

Browse files
authored
Merge pull request #1 from IntelPython/spokhode/readme
Add README and License
2 parents 20545c5 + 2a97312 commit 5c0ca1b

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2012, Anaconda, Inc.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are
6+
met:
7+
8+
Redistributions of source code must retain the above copyright notice,
9+
this list of conditions and the following disclaimer.
10+
11+
Redistributions in binary form must reproduce the above copyright
12+
notice, this list of conditions and the following disclaimer in the
13+
documentation and/or other materials provided with the distribution.
14+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
15+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
16+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
17+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
18+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
19+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
20+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
24+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# numba-dppy
2-
numba + dpCtl + dpNP = numba-dppy
2+
3+
## Numba + dpCtl + dpNP = numba-dppy
4+
5+
`numba-dppy` extends Numba with new backend for support compilation
6+
for Intel CPU and GPU architectures.
7+
8+
For more information about Numba, see the Numba homepage:
9+
http://numba.pydata.org
10+
11+
For more information about dpCtl, see the dpCtl homepage:
12+
https://intelpython.github.io/dpctl/
13+
14+
For more information about dpNP, see the dpNP homepage:
15+
https://intelpython.github.io/dpnp/
16+
17+
## Dependencies
18+
19+
* numba
20+
* dpCtl
21+
* dpNP (optional)

0 commit comments

Comments
 (0)