Skip to content

Commit

Permalink
Update repo urls and last vestiges of replaceable dppy strings. (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diptorup Deb authored Apr 13, 2022
1 parent 6ddf583 commit 144968c
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: mshick/add-pr-comment@v1
with:
message: |
Documentation preview: [show](https://intelpython.github.io/numba-dppy/pull/${{ env.PR_NUM }}).
Documentation preview: [show](https://intelpython.github.io/numba-dpex/pull/${{ env.PR_NUM }}).
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]'
allow-repeats: true
Expand All @@ -80,7 +80,7 @@ jobs:
PR_NUM: ${{ github.event.number }}
shell: bash -l {0}
run: |
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/numba-dppy.git
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/numba-dpex.git
git fetch tokened_docs
git checkout --track tokened_docs/gh-pages
echo `pwd`
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Generated documentation will be in `docs/_build/html`.
### Uploading to GitHub Pages

Documentation for GitHub Pages is placed in following branch
[`gh-pages`](https://github.com/IntelPython/numba-dppy/tree/gh-pages).
[`gh-pages`](https://github.com/IntelPython/numba-dpex/tree/gh-pages).

Folders:
- `dev` folder contains current documentation for default branch.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Coverage Status](https://coveralls.io/repos/github/IntelPython/numba-dppy/badge.svg?branch=main)](https://coveralls.io/github/IntelPython/numba-dppy?branch=main)
[![Coverage Status](https://coveralls.io/repos/github/IntelPython/numba-dpex/badge.svg?branch=main)](https://coveralls.io/github/IntelPython/numba-dpex?branch=main)

<img align="left" src="https://spec.oneapi.io/oneapi-logo-white-scaled.jpg" alt="oneAPI logo" width="75"/>
<br/>
Expand All @@ -14,14 +14,14 @@ The data-parallel extension to Numba (Numba-dpex) adds data-parallel kernel
programming and auto-offload capabilities to [Numba](http://numba.pydata.org).
The extension uses the Intel&reg; DPC++ runtime and supports various OpenCL and
Level Zero devices. Refer the [user
guide](https://intelpython.github.io/numba-dppy/) for more details.
guide](https://intelpython.github.io/numba-dpex/) for more details.

# Installing

Numba-dpex is part of the Intel&reg; Distribution of Python (IDP) and Intel&reg;
oneAPI BaseKit, and can be installed along with oneAPI. Additionally, we support
installing it from Anaconda cloud and PyPi. Please refer the instructions
on our [documentation page](https://intelpython.github.io/numba-dppy/latest/user_guides/getting_started.html)
on our [documentation page](https://intelpython.github.io/numba-dpex/latest/user_guides/getting_started.html)
for more details.

# Getting started
Expand All @@ -46,7 +46,7 @@ python numba_dpex/examples/sum.py
# Known Issue
Floor division operator `//` is not supported inside the `numba_dpex.kernel`
kernel programming API. The below code snippet will result in error reported in
this [Issue](https://github.com/IntelPython/numba-dppy/issues/571).
this [Issue](https://github.com/IntelPython/numba-dpex/issues/571).

```
import numpy as np, numba_dpex
Expand All @@ -73,12 +73,12 @@ For Windows: `conda install dpcpp_win-64`
# Learn more?

Detailed documentation including user guides are hosted on our
[documentation site](https://intelpython.github.io/numba-dppy).
[documentation site](https://intelpython.github.io/numba-dpex).

# Found a bug?

Please report issues and bugs directly on
[github](https://github.com/IntelPython/numba-dppy/issues).
[github](https://github.com/IntelPython/numba-dpex/issues).

## Test Matrix:

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rem Build wheel package
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
%PYTHON% setup.py bdist_wheel
if errorlevel 1 exit 1
copy dist\numba_dppy*.whl %WHEELS_OUTPUT_FOLDER%
copy dist\numba_dpex*.whl %WHEELS_OUTPUT_FOLDER%
if errorlevel 1 exit 1
)
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test:
- pexpect

about:
home: https://github.com/IntelPython/numba-dppy
home: https://github.com/IntelPython/numba-dpex
summary: "Numba extension for Intel CPU and GPU backend"
license: Apache-2.0
license_file: LICENSE
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/run_test.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest -q -ra --disable-warnings --pyargs numba_dppy -vv
pytest -q -ra --disable-warnings --pyargs numba_dpex -vv
IF %ERRORLEVEL% NEQ 0 exit /B 1

exit /B 0
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Welcome to numba-dpex's documentation!
======================================

Numba data-parallel extension (`numba-dpex
<https://github.com/IntelPython/numba-dppy>`_) is an Intel |reg|-developed
<https://github.com/IntelPython/numba-dpex>`_) is an Intel |reg|-developed
extension to the `Numba <https://numba.pydata.org/>`_ JIT compiler. The
extension adds kernel programming and automatic offload capabilities to the
Numba compiler. Numba-dpex is part of `Intel oneAPI Base Toolkit
Expand Down Expand Up @@ -100,14 +100,14 @@ Contributing
============

Refer the `contributing guide
<https://github.com/IntelPython/numba-dppy/blob/main/CONTRIBUTING>`_ for
<https://github.com/IntelPython/numba-dpex/blob/main/CONTRIBUTING>`_ for
information on coding style and standards used in numba-dpex.

License
=======

Numba-dpex is Licensed under Apache License 2.0 that can be found in `LICENSE
<https://github.com/IntelPython/numba-dppy/blob/main/LICENSE>`_. All usage and
<https://github.com/IntelPython/numba-dpex/blob/main/LICENSE>`_. All usage and
contributions to the project are subject to the terms and conditions of this
license.

Expand Down
2 changes: 1 addition & 1 deletion numba_dpex/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_config():
cfg.style = "pep440"
cfg.tag_prefix = "None"
cfg.parentdir_prefix = "None"
cfg.versionfile_source = "numba_dppy/_version.py"
cfg.versionfile_source = "numba_dpex/_version.py"
cfg.verbose = False
return cfg

Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
exclude = "versioneer.py|numba_dppy/_version.py"
exclude = "versioneer.py|numba_dpex/_version.py"
line-length = 80

[tool.isort]
Expand All @@ -9,16 +9,16 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 80
skip = ["versioneer.py", "numba_dppy/_version.py"]
skip = ["versioneer.py", "numba_dpex/_version.py"]

[tool.coverage.run]
branch = true
source = [
"numba_dppy"
"numba_dpex"
]
omit = [
"numba_dppy/tests/*",
"numba_dppy/_version.py",
"numba_dpex/tests/*",
"numba_dpex/_version.py",
]
concurrency = [
"multiprocessing",
Expand All @@ -28,8 +28,8 @@ parallel = true
[tool.coverage.report]
precision = 2
omit = [
"numba_dppy/tests/*",
"numba_dppy/_version.py",
"numba_dpex/tests/*",
"numba_dpex/_version.py",
]
exclude_lines = [
"pragma: no cover",
Expand Down
2 changes: 1 addition & 1 deletion scripts/set_examples_to_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def convert_commands_to_docs():
commands_dir = os.getcwd() + "/numba_dppy/examples/debug/commands"
commands_dir = os.getcwd() + "/numba_dpex/examples/debug/commands"
examples = os.listdir(commands_dir)
os.chdir(commands_dir + "/docs")
for file in examples:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def _llvm_spirv():
version=versioneer.get_version(),
cmdclass=_get_cmdclass(),
description="An extension for Numba to add data-parallel offload capability",
url="https://github.com/IntelPython/numba-dppy",
url="https://github.com/IntelPython/numba-dpex",
packages=packages,
setup_requires=build_requires,
install_requires=install_requires,
Expand Down

0 comments on commit 144968c

Please sign in to comment.