Skip to content

Commit

Permalink
docs(benchmark): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmingyi1998 committed Aug 16, 2023
1 parent b482500 commit eb6062d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# OpenCL Kernel Python Wrapper

[![github badge](https://img.shields.io/badge/view%20on%20github-gray?style=plastic&logo=github)](https://github.com/jinmingyi1998/opencl_kernels)

[![pypi badge](https://img.shields.io/badge/pypi-pyoclk-blue?style=plastic&logo=pypi&labelColor=white)](https://pypi.org/project/pyoclk/)

[![readthedocs](https://img.shields.io/badge/readthedocs-8CA1AF?logo=readthedocs&labelColor=white)](https://opencl-kernel-python-wrapper.readthedocs.io/en/latest/)

![license](https://img.shields.io/badge/License-MIT-darkgreen)

## Install
Expand Down
7 changes: 2 additions & 5 deletions docs/benchmark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ Example
- name: a
type: array
dtype: float32
shape:
- 64
- 64
- 64
shape: [64, 64, 64]
value:
method: random
- name: b
Expand Down Expand Up @@ -132,7 +129,7 @@ Example
- 64
- 64
value:
method: random # constant, random
method: random
- name: b
type: array
dtype: float32
Expand Down
4 changes: 0 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,15 @@ An easy way to launch OpenCL kernel, also benchmark, tune
.. image:: https://img.shields.io/badge/view%20on%20github-gray?style=plastic&logo=github
:alt: Static Badge
:target: https://github.com/jinmingyi1998/opencl_kernels

.. image:: https://img.shields.io/badge/pypi-pyoclk-blue?style=plastic&logo=pypi&labelColor=white
:alt: Static Badge
:target: https://pypi.org/project/pyoclk/

.. image:: https://img.shields.io/badge/readthedocs-8CA1AF?logo=readthedocs&labelColor=white
:alt: Static Badge
:target: https://opencl-kernel-python-wrapper.readthedocs.io/en/latest/

.. image:: https://img.shields.io/badge/License-MIT-green
:alt: Static Badge


.. toctree::
:maxdepth: 4

Expand Down

0 comments on commit eb6062d

Please sign in to comment.