Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

iamin segmentation fault #10

Open
una-dinosauria opened this issue Jul 5, 2015 · 0 comments
Open

iamin segmentation fault #10

una-dinosauria opened this issue Jul 5, 2015 · 0 comments

Comments

@una-dinosauria
Copy link

using CUDArt, CUBLAS

a = rand( 10 );
d_a = CudaArray( a );

# All this works fine
CUBLAS.iamin( d_a );
CUBLAS.iamin( d_a );
CUBLAS.iamin( d_a );
...
CUBLAS.iamin( d_a );

# But after doing
devices(dev->true) do devlist
  ...
end

CUBLAS.iamin( d_a ); # Gives a segmentation fault

This does not happen with other functions such as axpy!, but it does happen with iamax and asum

Is this a bug or am I doing something wrong?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant