Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Oct 19, 2022
1 parent 8500277 commit cc3dc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel_tuner/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class DeviceInterface(object):
def __init__(self, kernel_source, device=0, platform=0, quiet=False, compiler=None, compiler_options=None, iterations=7, observers=None):
""" Instantiate the DeviceInterface, based on language in kernel source
:param kernel_source The kernel sources
:param kernel_source: The kernel sources
:type kernel_source: kernel_tuner.core.KernelSource
:param device: CUDA/OpenCL device to use, in case you have multiple
Expand Down

0 comments on commit cc3dc65

Please sign in to comment.