This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add TransposeOp
ClosedPublic

Authored by Hazem on Jun 22 2020, 8:35 AM.

Details

Summary

Add Transpose operation to SPIRV dialect.

Diff Detail

Event Timeline

Hazem created this revision.Jun 22 2020, 8:35 AM
Hazem added a comment.Jun 22 2020, 6:27 PM

hello @antiagainst

Is the build failing because of this flag

//Fail and stop building flang if a warning is triggered.
FLANG_ENABLE_WERROR:BOOL=ON

If not, how can I figure out what is wrong, the ninja-all.log doesn't indicate any errors/failures.

Thanks!

antiagainst accepted this revision.Jun 24 2020, 5:41 PM

Thanks for the patch and sorry about the delay in review!

hello @antiagainst

Is the build failing because of this flag

//Fail and stop building flang if a warning is triggered.
FLANG_ENABLE_WERROR:BOOL=ON

If not, how can I figure out what is wrong, the ninja-all.log doesn't indicate any errors/failures.

Thanks!

I didn't see errors in ninja-all.log... Sometimes it's just the infra being flaky or some other unrelated breakages. It might be good to rebase and push to trigger another build if the failure is mysterious.

This revision is now accepted and ready to land.Jun 24 2020, 5:41 PM
This revision was automatically updated to reflect the committed changes.