Skip to content

Commit

Permalink
Add test to check all additional dialects when stablehlo is enabled. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
uazizTT authored Aug 22, 2024
1 parent e6fbeaf commit 3e6ea9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/ttmlir/Dialect/TTIR/test_stablehlo_dialects.mlir
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// REQUIRES: stablehlo
// RUN: ttmlir-opt --show-dialects | FileCheck %s
// CHECK: Available Dialects:
// CHECK: chlo
// CHECK: quant
// CHECK: sparse_tensor
// CHECK: stablehlo
// CHECK: vhlo

0 comments on commit 3e6ea9e

Please sign in to comment.