This is an archive of the discontinued LLVM Phabricator instance.

[mlir][spirv] Add GroupNonUniform min and max operations.
ClosedPublic

Authored by denis13 on Jan 28 2020, 10:19 AM.

Details

Summary

Add GroupNonUniform atihtmetic operations: FMax, FMin, SMax, SMin,
UMax, UMin.

Diff Detail

Event Timeline

denis13 created this revision.Jan 28 2020, 10:19 AM

seems like this ops could be useful for lowering reduction ops.

Unit tests: pass. 62268 tests passed, 0 failed and 827 were skipped.

clang-tidy: pass.

clang-format: pass.

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

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

This revision is now accepted and ready to land.Jan 29 2020, 9:49 AM
antiagainst accepted this revision.Jan 30 2020, 7:24 AM

Awesome!

This revision was automatically updated to reflect the committed changes.