[all-commits] [llvm/llvm-project] 4bfbf7: [MLIR] Add an integration test for 2 D vector.tran...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Tue Aug 4 01:32:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4bfbf74e57ad02c1b6dabe099148e079613cac54
      https://github.com/llvm/llvm-project/commit/4bfbf74e57ad02c1b6dabe099148e079613cac54
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
    A mlir/integration_test/Dialect/Vector/CPU/test-transfer-read-2d.mlir

  Log Message:
  -----------
  [MLIR] Add an integration test for 2 D vector.transfer_read

Added a "clone" of the 1D vector's test_transfer_read and added a second dimensionality. The test is not as generic as I would like it to be, because more generic versions appear to break the compiler or the runtime at this stage. As bug are fixed, I will be happy to add another more complete test.

Differential Revision: https://reviews.llvm.org/D83096




More information about the All-commits mailing list