[all-commits] [llvm/llvm-project] ee82b8: [mlir] Initial MLIR VP intrinsic integration test ...

Hongbin Zhang via All-commits all-commits at lists.llvm.org
Tue Nov 22 01:30:38 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee82b864f2086f944f046bd00b03f30697403f8a
      https://github.com/llvm/llvm-project/commit/ee82b864f2086f944f046bd00b03f30697403f8a
  Author: zhanghb97 <hongbin2019 at iscas.ac.cn>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M mlir/test/Integration/Dialect/LLVMIR/CPU/lit.local.cfg
    A mlir/test/Integration/Dialect/LLVMIR/CPU/test-vp-intrinsic.mlir
    M mlir/test/lit.site.cfg.py.in

  Log Message:
  -----------
  [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator.

This patch adds the initial VP intrinsic integration test on the host backend and RVV emulator. Please see more detailed [discussion on the discourse](https://discourse.llvm.org/t/mlir-vp-ops-on-rvv-backend-integration-test-and-issues-report/66343).

- Run the test cases on the host by configuring the CMake option: `-DMLIR_INCLUDE_INTEGRATION_TESTS=ON`
- Build the RVV environment and run the test cases on RVV QEMU by [this doc](https://gist.github.com/zhanghb97/ad44407e169de298911b8a4235e68497).

Reviewed By: aartbik

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




More information about the All-commits mailing list