You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The whole gko::range ecosystem doesn't work in device code, since it uses some __host__ functions and classes like std::forward, std::array, and after fixing that I can't seem to get the ROCm compiler to find the constructor for a gko::range<gko::accessor::row_major<ValueType, 2>> - my best guess is there are some issues with variadic templaces in device code.
Does anybody see a way to solve this (except for rewriting the whole range/accessor system?)
The text was updated successfully, but these errors were encountered:
The whole
gko::range
ecosystem doesn't work in device code, since it uses some__host__
functions and classes likestd::forward
,std::array
, and after fixing that I can't seem to get the ROCm compiler to find the constructor for agko::range<gko::accessor::row_major<ValueType, 2>>
- my best guess is there are some issues with variadic templaces in device code.Does anybody see a way to solve this (except for rewriting the whole range/accessor system?)
The text was updated successfully, but these errors were encountered: