mirror of https://github.com/llvm/torch-mlir
Remove XFAIL.
This test seems to be passing, after a clean rebuild of everything (including MLIR).pull/1/head
parent
cd7258dbd4
commit
92e45703ad
|
@ -1,6 +1,5 @@
|
|||
// RUN: npcomp-run-mlir -input %s -invoke basic -arg-value="dense<[1.0]> : tensor<1xf32>" \
|
||||
// RUN: -shared-libs=%npcomp_runtime_shlib 2>&1 | FileCheck %s
|
||||
// XFAIL: *
|
||||
|
||||
// CHECK: SUCCESS
|
||||
func @basic(%arg0: tensor<?xf32>) {
|
||||
|
|
Loading…
Reference in New Issue