Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@puririshi98
Copy link
Contributor

@puririshi98 puririshi98 commented Sep 30, 2022

In benchmarking found that the speedup of granularity 4 is inconsequential, even for shapes that don't require padding
considering the additional complexity that padding adds and that it will inevitably take time to pad, it seems better to just go back to single granularity.

The reason the #73 had such a speed boost was majority from the realization that the backward pass of other must still be for looped for optimal gpu utlization

download (1)

…ntial, even for shapes that don't require padding
@github-actions github-actions bot added the ops label Sep 30, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2022

Codecov Report

Merging #115 (d656571) into master (02694f2) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   89.18%   89.18%           
=======================================
  Files          16       16           
  Lines         416      416           
=======================================
  Hits          371      371           
  Misses         45       45           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@rusty1s rusty1s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@rusty1s rusty1s changed the title granularity back to 1 Reset segment_matmul feature granularity back to 1 Oct 1, 2022
@rusty1s rusty1s merged commit 13dc531 into master Oct 1, 2022
@rusty1s rusty1s deleted the cutlass_cleanup branch October 1, 2022 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants