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
Describe the problems or issues found in the documentation
The comment says "Arbitrary problem size", which is misleading since batch_count here cannot be modified due to the fixed permutation here:
Steps taken to verify documentation is incorrect
Change batch_count to other values and the compiled program will not be able to pass checks.
Suggested fix for documentation
Change "Arbitrary problem size" to "Arbitrary matrix shape" and add a blank line between k and batch_count to show that batch_count is not arbitrary here.
The text was updated successfully, but these errors were encountered:
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Report incorrect documentation
Location of incorrect documentation
cutlass/examples/05_batched_gemm/batched_gemm.cu
Lines 246 to 250 in e1976da
Describe the problems or issues found in the documentation
The comment says "Arbitrary problem size", which is misleading since
batch_count
here cannot be modified due to the fixed permutation here:cutlass/examples/05_batched_gemm/batched_gemm.cu
Line 356 in e1976da
Steps taken to verify documentation is incorrect
Change
batch_count
to other values and the compiled program will not be able to pass checks.Suggested fix for documentation
Change "Arbitrary problem size" to "Arbitrary matrix shape" and add a blank line between
k
andbatch_count
to show thatbatch_count
is not arbitrary here.The text was updated successfully, but these errors were encountered: