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
we don't support that. to support it, you need to change all the strides to 64bits.
I see...
For all strides to 64bits, do you have any suggested file/struture need to be modified?
Currently Stride is using Index as int32_t in include/cutlass/tensor_ref.h, so if make Index as int64_t, could this issue be fixed?
Describe the bug
I try tune the conv2d kernel whose input feature larger than 4G, and then get failure.
Seems to me there seems need some change for this support?
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
The text was updated successfully, but these errors were encountered: