Skip to content

Conversation

[ghstack-poisoned]
@lw lw requested review from eqy and syed-ahmed as code owners August 22, 2024 12:46
Copy link

pytorch-bot bot commented Aug 22, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/134225

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure

As of commit ffec533 with merge base aea1148 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.


StrideInputA stride_a = cutlass::make_cute_packed_stride(
StrideInputA{}, cute::make_shape(M, K, 1));
StrideInputA{}, cute::make_shape(M, static_cast<int>(XQ.stride(0)), 1));
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Uhm, no, it's just saying that the innermost dimension (i.e., K) is contiguous. It would be equivalent to put XQ.stride(1) here, but since we have previously checked that this equals 1, I just hardcoded 1 right away.

Copy link
Contributor

@drisspg drisspg Aug 22, 2024

Choose a reason for hiding this comment

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

This is cutlass noob Q I guess I am suprrised that the strides appear to be of len 3 instead of 2, e.g. M, 1, versus (M, 1, 1)

It seems the trailing dim is refers to a L (local tile) ?

[ghstack-poisoned]
pytorchmergebot pushed a commit that referenced this pull request Aug 23, 2024
It's likely a matter of opinion, but I find this new version to have less duplication, even if it might have more boilerplate.
Pull Request resolved: #134226
Approved by: https://github.com/drisspg
ghstack dependencies: #134223, #134224, #134225
Chao1Han pushed a commit to Chao1Han/pytorch that referenced this pull request Sep 26, 2024
It's likely a matter of opinion, but I find this new version to have less duplication, even if it might have more boilerplate.
Pull Request resolved: pytorch#134226
Approved by: https://github.com/drisspg
ghstack dependencies: pytorch#134223, pytorch#134224, pytorch#134225
@github-actions github-actions bot deleted the gh/lw/12/head branch October 1, 2024 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged release notes: cuda release notes category topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants