We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1a1b2 commit 476ff94Copy full SHA for 476ff94
kernel_tuner/backends/nvcuda.py
@@ -17,7 +17,7 @@
17
18
19
class CudaFunctions(GPUBackend):
20
- """Class that groups the Cuda functions on maintains state about the device."""
+ """Class that groups the Cuda functions and it maintains state about the device."""
21
22
def __init__(self, device=0, iterations=7, compiler_options=None, observers=None):
23
"""Instantiate CudaFunctions object used for interacting with the CUDA device.
0 commit comments