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 0dfbe6e commit be0d834Copy full SHA for be0d834
python/test/run_1.py
@@ -43,7 +43,7 @@ def kernel_launcher(launch):
43
44
def add_float(state):
45
N = state.get_int64("elements")
46
- v = state.get_gloat64("v")
+ v = state.get_float64("v")
47
name = state.get_string("name")
48
a = cuda.to_device(np.random.random(N).astype(np.float32))
49
b = cuda.to_device(np.random.random(N).astype(np.float32))
0 commit comments