-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extend circular buffer tests to test 1d TMA and fix index for 1dtma #3859
base: main
Are you sure you want to change the base?
Conversation
!test |
Review updated until commit d99a60f Description
Changes walkthrough 📝
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
!test |
!test |
!test |
Hi @xwang233 , |
The dashboard shows the H100 binary sanitizer jobs are mostly stable that take about 35 minutes for most other PR pipelines. Are there any changes from your PR that could cause the compute sanitizer to stuck? It could also be a runner issue that wrongly measures the time for each CI job. We can restart those jobs and see if it helps. |
Good point, I didn't check whether it stucks due to dead lock. Let me try it on a local node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but please check if there are hangs
!test |
!test --dev |
!test --dev |
The hangs are real. It comes from some tests with small inner dim size e.g. 128 and large TMA load length, e.g. 256. It caused src address overflow which is not supported for 1D TMA. I skipped these tests, will add a check during the lowering of |
Two changes in this PR:
(1) circular buffer tests are extended to test both
LoadStoreOpType::CpAsyncBulkTensorTile
andLoadStoreOpType::CpAsyncBulk
(2) use IdModel indexing for 1D TMA, avoid offset bug when using warp specilization with prefetch