Skip to content

Commit be0d834

Browse files
Fix typo in the method spelling
1 parent 0dfbe6e commit be0d834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/run_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def kernel_launcher(launch):
4343

4444
def add_float(state):
4545
N = state.get_int64("elements")
46-
v = state.get_gloat64("v")
46+
v = state.get_float64("v")
4747
name = state.get_string("name")
4848
a = cuda.to_device(np.random.random(N).astype(np.float32))
4949
b = cuda.to_device(np.random.random(N).astype(np.float32))

0 commit comments

Comments
 (0)