| commit | db20737aa58f854a884491b5d742c7db98792186 | [log] [tgz] |
|---|---|---|
| author | Lei Zhang <antiagainst@google.com> | Sat Nov 23 06:03:40 2019 -0800 |
| committer | TensorFlower Gardener <gardener@tensorflow.org> | Sat Nov 23 06:07:57 2019 -0800 |
| tree | c23ccf09a70952785243f46ec6d53c194466aac1 | |
| parent | 69c5e0f5387a477f8f6083ae8e70ce8923bd880a [diff] |
[spirv] NFC: rename test files and sort tests inside PiperOrigin-RevId: 282132339 Change-Id: I0e4bf36020feddfefa308a680b45453e2f27faf0
diff --git a/third_party/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h b/third_party/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h index 56182ae..417d0e1 100644 --- a/third_party/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h +++ b/third_party/mlir/include/mlir/Dialect/SPIRV/SPIRVLowering.h
@@ -15,7 +15,7 @@ // limitations under the License. // ============================================================================= // -// Defines, utilities and base classes to use while targeting SPIR-V dialect. +// Defines utilities to use while targeting SPIR-V dialect. // //===----------------------------------------------------------------------===//