This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Fix SPV_MM_Vulkan extension reqirements
ClosedPublic

Authored by antiagainst on Jan 15 2020, 6:09 AM.

Details

Summary

SPV_MM_Vulkan can be enabled by the SPV_KHR_vulkan_memory_model extension.

Diff Detail

Event Timeline

antiagainst created this revision.Jan 15 2020, 6:09 AM

Unit tests: pass. 61884 tests passed, 0 failed and 782 were skipped.

clang-tidy: unknown.

clang-format: pass.

Build artifacts: diff.json, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

benvanik accepted this revision.Jan 15 2020, 9:12 AM
This revision is now accepted and ready to land.Jan 15 2020, 9:12 AM
This revision was automatically updated to reflect the committed changes.