Skip to content

Commit 582489b

Browse files
committed
Merge branch 'master' into refactor_interface
2 parents 8dccb8e + d15dca5 commit 582489b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/backends/cupy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self, device=0, iterations=7, compiler_options=None, observers=None
5656
self.texrefs = []
5757
if not cp:
5858
raise ImportError("Error: cupy not installed, please install e.g. " +
59-
"using 'pip install cupy-cuda111', please check https://github.com/cupy/cupy.")
59+
"using 'pip install cupy', please check https://github.com/cupy/cupy.")
6060

6161
#select device
6262
self.dev = dev = cp.cuda.Device(device)

0 commit comments

Comments
 (0)