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 cuda::memory::device::typed_set function template is only supposed to accept elements of a size which has a cuMemsetDXX() function, for XX being the size in bits of the type. That means sizes of 1, 2 and 4. But - we mistakenly currently accept inputs of size 8, and don't handle them at all.
The text was updated successfully, but these errors were encountered:
The
cuda::memory::device::typed_set
function template is only supposed to accept elements of a size which has acuMemsetDXX()
function, for XX being the size in bits of the type. That means sizes of 1, 2 and 4. But - we mistakenly currently accept inputs of size 8, and don't handle them at all.The text was updated successfully, but these errors were encountered: