Skip to content

Commit

Permalink
[mlir][vector] Remove Emulated Sub-directory
Browse files Browse the repository at this point in the history
The "Emulated" sub-directory under "ArmSVE" has
been removed. Associated tests have been up a
directory and now include the "REQUIRES"
constraint for the arm-emulator.
  • Loading branch information
mub-at-arm committed Jun 7, 2024
1 parent c5c530f commit 9098367
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: arm-emulator-executable

// DEFINE: %{entry_point} = entry
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
// DEFINE: %{run} = %mcr_aarch64_cmd -march=aarch64 -mattr=+sve \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: arm-emulator-executable

// DEFINE: %{entry_point} = main
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
// DEFINE: %{run} = %mcr_aarch64_cmd -march=aarch64 -mattr=+sve \
Expand Down
3 changes: 3 additions & 0 deletions mlir/test/lit.cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,6 @@ def have_host_jit_feature_support(feature_name):

if config.run_rocm_tests:
config.available_features.add("host-supports-amdgpu")

if config.arm_emulator_executable:
config.available_features.add("arm-emulator-executable")

0 comments on commit 9098367

Please sign in to comment.