Results 3 comments of Petr Smid

Reducing size of the `a_np` array worked for me: Use e.g. size 256 instead of 1024: `a_np = np.random.normal(size=(256,))`

We have the same problem. Using older version is not a solution for us. Could you please reopen?

> I haven't tried it myself but have you tried with a older version of cuda e.g cuda 10.2? I've experienced many errors due to 11.2. We tried the cuda...