This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][SPIRVToLLVM] Updated documentation on spirv-cpu-runner
ClosedPublic

Authored by georgemitenkov on Dec 21 2020, 1:27 AM.

Details

Summary

This patch adds documentation for the mlir-spirv-cpu-runner.
It provides an overview of applied transformations and passes, as
well as an example walkthrough.

Diff Detail

Event Timeline

georgemitenkov created this revision.Dec 21 2020, 1:27 AM
georgemitenkov requested review of this revision.Dec 21 2020, 1:27 AM
mravishankar accepted this revision.Dec 21 2020, 1:59 PM

nice! few nits.

mlir/docs/SPIRVToLLVMDialectConversion.md
874

nit: s/SPIR-V/SPIR-V dialect/

897

typo: s/appllied/applied/

This revision is now accepted and ready to land.Dec 21 2020, 1:59 PM
This revision was automatically updated to reflect the committed changes.
georgemitenkov marked 2 inline comments as done.