Skip to content
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

[DLight] Fix Matmul rule for Conv3D #17363

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

Hzfengsy
Copy link
Member

Currently, the matmul rule for Conv3D is incorrect, due to the incorrect reindexing of the input tensor. This commit fixes the issue by correctly

The index map of transform_layout should be calculated after the reindex process

cc @MasterJH5574

@tqchen
Copy link
Member

tqchen commented Sep 11, 2024

Thanks @Hzfengsy , please fix gpu test

Currently, the matmul rule for Conv3D is incorrect, due to the incorrect
reindexing of the input tensor. This commit fixes the issue by correctly

The `index map` of `transform_layout` should be calculated after the
`reindex` process
@tqchen tqchen merged commit 090430a into apache:main Sep 12, 2024
18 of 19 checks passed
@Hzfengsy Hzfengsy deleted the dlight_fix_conv3d branch September 22, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants