Skip to content

Commit

Permalink
Back out one troublemaking uintp
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 19, 2014
1 parent d5a715c commit fccbf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_driver.py
Expand Up @@ -76,7 +76,7 @@ def test_simple_kernel_2(self):
# now try with offsets
dest = np.zeros_like(a)
multiply_them(
drv.Out(dest), np.uintp(a_gpu)+a.itemsize, b_gpu,
drv.Out(dest), np.intp(a_gpu)+a.itemsize, b_gpu,
block=(399, 1, 1))

assert la.norm((dest[:-1]-a[1:]*b[:-1])) == 0
Expand Down

0 comments on commit fccbf92

Please sign in to comment.