You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
291 B
17 lines
291 B
4 months ago
|
// RUN: mlir-opt --show-dialects | FileCheck %s
|
||
|
// CHECK: Available Dialects:
|
||
|
// CHECK: affine
|
||
|
// CHECK: gpu
|
||
|
// CHECK: linalg
|
||
|
// CHECK: llvm
|
||
|
// CHECK: nvvm
|
||
|
// CHECK: omp
|
||
|
// CHECK: quant
|
||
|
// CHECK: rocdl
|
||
|
// CHECK: scf
|
||
|
// CHECK: sdbm
|
||
|
// CHECK: spv
|
||
|
// CHECK: std
|
||
|
// CHECK: test
|
||
|
// CHECK: vector
|