bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
220 stars 31 forks source link

bh.random.shuffle causes segmentation fault #613

Closed Shadesfear closed 5 years ago

Shadesfear commented 5 years ago

When trying to shuffle a Bhorium array it crashes with a segmentation fault

import bohrium as bh
a = bh.array([[1, 2], [3, 4], [5, 6]])
c = bh.random.shuffle(a)

This gives segmentation fault