marekandreas / elpa

A scalable eigensolver for dense, symmetric (hermitian) matrices (fork of https://gitlab.mpcdf.mpg.de/elpa/elpa.git)
Other
27 stars 13 forks source link

Fix HIP stream handle usage #53

Closed yizeyi18 closed 7 months ago

yizeyi18 commented 7 months ago

52 seems come from misconverting some hip_stream_t target to hip_stream_t*: they are stream handles , not pointers to stream handles. Applying this patch fixs #52.

marekandreas commented 7 months ago

We have fixed this differently. But many thanks for your effort! It is very appreciated