-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #116 from rapidsai/branch-22.08
[RELEASE] kvikio v22.08
- Loading branch information
Showing
33 changed files
with
613 additions
and
391 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# kvikio 22.06.00 (Date TBD) | ||
# kvikio 22.08.00 (Date TBD) | ||
|
||
Please see https://github.com/rapidsai/kvikio/releases/tag/v22.06.00a for the latest changes to this development branch. | ||
Please see https://github.com/rapidsai/kvikio/releases/tag/v22.08.00a for the latest changes to this development branch. | ||
|
||
# kvikio 22.06.00 (Date TBD) | ||
|
||
Please see https://github.com/rapidsai/kvikio/releases/tag/v22.06.00a for the latest changes to this development branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Copyright (c) 2021-2022, NVIDIA CORPORATION. | ||
|
||
name: kvikio_dev | ||
channels: | ||
- rapidsai | ||
- nvidia | ||
- rapidsai-nightly | ||
- conda-forge | ||
dependencies: | ||
- c-compiler | ||
- cxx-compiler | ||
- clang=11.1.0 | ||
- clang-tools=11.1.0 | ||
- cupy>=9.5.0,<11.0.0a0 | ||
- cmake>=3.20.1,!=3.23.0 | ||
- cmake-format>=3.20.1,!=3.23.0 | ||
- cmake_setuptools>=0.1.3 | ||
- scikit-build>=0.13.1 | ||
- python>=3.8,<3.10 | ||
- numpy | ||
- ninja | ||
- wheel | ||
- setuptools | ||
- pyparsing | ||
- distro | ||
- cython>=0.29,<0.30 | ||
- pytest | ||
- sphinx | ||
- sphinxcontrib-websupport | ||
- nbsphinx | ||
- numpydoc | ||
- ipython | ||
- cudatoolkit=11.5 | ||
- pip | ||
- dask>=2022.05.2 | ||
- distributed>=2022.05.2 | ||
- flake8=3.8.3 | ||
- black=22.3.0 | ||
- isort=5.6.4 | ||
- mypy=0.782 | ||
- doxygen=1.8.20 | ||
- pydocstyle=6.1.1 | ||
- pre-commit | ||
- pydata-sphinx-theme | ||
- gcc_linux-64=9.* # [linux64] | ||
- sysroot_linux-64==2.17 # [linux64] | ||
# Un-comment following lines for ARM specific packages. | ||
# - gcc_linux-aarch64=9.* # [aarch64] | ||
# - sysroot_linux-aarch64==2.17 # [aarch64] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<!-- HTML header for doxygen 1.8.20--> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=9"/> | ||
<meta name="generator" content="Doxygen $doxygenversion"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME--> | ||
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME--> | ||
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="$relpath^jquery.js"></script> | ||
<script type="text/javascript" src="$relpath^dynsections.js"></script> | ||
$treeview | ||
$search | ||
$mathjax | ||
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> | ||
$extrastylesheet | ||
|
||
<!-- RAPIDS CUSTOM JS & CSS: START, Please add these two lines back after every version upgrade --> | ||
<script defer src="https://docs.rapids.ai/assets/js/custom.js"></script> | ||
<link rel="stylesheet" href="https://docs.rapids.ai/assets/css/custom.css"> | ||
<!-- RAPIDS CUSTOM JS & CSS: END --> | ||
|
||
</head> | ||
<body> | ||
<div id="top"><!-- do not remove this div, it is closed by doxygen! --> | ||
|
||
<!--BEGIN TITLEAREA--> | ||
<div id="titlearea"> | ||
<table cellspacing="0" cellpadding="0"> | ||
<tbody> | ||
<tr style="height: 56px;"> | ||
<!--BEGIN PROJECT_LOGO--> | ||
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo"/></td> | ||
<!--END PROJECT_LOGO--> | ||
<!--BEGIN PROJECT_NAME--> | ||
<td id="projectalign" style="padding-left: 0.5em;"> | ||
<div id="projectname">$projectname | ||
<!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> | ||
</div> | ||
<!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> | ||
</td> | ||
<!--END PROJECT_NAME--> | ||
<!--BEGIN !PROJECT_NAME--> | ||
<!--BEGIN PROJECT_BRIEF--> | ||
<td style="padding-left: 0.5em;"> | ||
<div id="projectbrief">$projectbrief</div> | ||
</td> | ||
<!--END PROJECT_BRIEF--> | ||
<!--END !PROJECT_NAME--> | ||
<!--BEGIN DISABLE_INDEX--> | ||
<!--BEGIN SEARCHENGINE--> | ||
<td>$searchbox</td> | ||
<!--END SEARCHENGINE--> | ||
<!--END DISABLE_INDEX--> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!--END TITLEAREA--> | ||
<!-- end header part --> |
Oops, something went wrong.