Skip to content

Commit

Permalink
kvikiIO => KvikIO
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed May 12, 2023
1 parent ef75b99 commit cf6b620
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ci/docs/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
###################################
# kvikIO Docs build script for CI #
# KvikIO Docs build script for CI #
###################################

if [ -z "$PROJECT_WORKSPACE" ]; then
Expand All @@ -27,7 +27,7 @@ gpuci_logger "Activate conda env"
. /opt/conda/etc/profile.d/conda.sh
conda activate rapids

gpuci_logger "Install kvikIO"
gpuci_logger "Install KvikIO"
gpuci_conda_retry install -y -c rapidsai-nightly kvikio

gpuci_logger "Check versions"
Expand Down
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
##########################
# kvikIO Version Updater #
# KvikIO Version Updater #
##########################

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to kvikIO's documentation!
Welcome to KvikIO's documentation!
==================================

kvikIO is a Python library providing bindings to `cuFile <https://docs.nvidia.com/gpudirect-storage/api-reference-guide/index.html>`_, which enables `GPUDirectStorage <https://developer.nvidia.com/blog/gpudirect-storage/>`_ (GDS).
KvikIO is a Python library providing bindings to `cuFile <https://docs.nvidia.com/gpudirect-storage/api-reference-guide/index.html>`_, which enables `GPUDirectStorage <https://developer.nvidia.com/blog/gpudirect-storage/>`_ (GDS).

.. toctree::
:maxdepth: 2
Expand Down
3 changes: 1 addition & 2 deletions python/kvikio/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from typing import Protocol, Union, runtime_checkable

import numpy as np
from numpy._typing._array_like import ArrayLike
from numpy._typing._dtype_like import DTypeLike
from numpy.typing import ArrayLike, DTypeLike

import kvikio

Expand Down

0 comments on commit cf6b620

Please sign in to comment.