Skip to content

Instantly share code, notes, and snippets.

@vmurali
vmurali / gist:b7e940ff64592bc66f6187c0bf8984d3
Last active August 2, 2022 22:31
Failing tests on IREE head
The following tests FAILED:
624 - iree/compiler/Dialect/HAL/Conversion/HALToVM/test/device_ops.mlir.test (Failed)
628 - iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/cmd_ops.mlir.test (Failed)
629 - iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/resource_ops.mlir.test (Failed)
630 - iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/timepoint_ops.mlir.test (Failed)
641 - iree/compiler/Dialect/HAL/IR/test/device_ops.mlir.test (Failed)
646 - iree/compiler/Dialect/HAL/IR/test/fence_ops.mlir.test (Failed)
661 - iree/compiler/Dialect/HAL/Transforms/test/convert_to_hal.mlir.test (Failed)
662 - iree/compiler/Dialect/HAL/Transforms/test/dump_executable_benchmarks.mlir.test (Failed)
717 - iree/compiler/Dialect/Util/Conversion/test/structural_ops.mlir.test (Failed)
FAIL: IREE :: src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/cmd_ops.mlir (1 of 1)
******************** TEST 'IREE :: src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/cmd_ops.mlir' FAILED ********************
Script:
--
: 'RUN: at line 1'; iree-opt --split-input-file --iree-hal-conversion /usr/local/google/home/muralivi/iree/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/cmd_ops.mlir | FileCheck /usr/local/google/home/muralivi/iree/compiler/src/iree/compiler/Dialect/HAL/Conversion/StreamToHAL/test/cmd_ops.mlir
--
Exit Code: 1
Command Output (stderr):
--
This file has been truncated, but you can view the full file.
// -----// IR Dump After IREEImportPublic (iree-import-public) ('builtin.module' operation) //----- //
module {
func.func @simple_matmul_tensor(%arg0: tensor<32x24xf32>, %arg1: tensor<24x16xf32>, %arg2: tensor<32x16xf32>) -> tensor<32x16xf32> {
%0 = linalg.matmul ins(%arg0, %arg1 : tensor<32x24xf32>, tensor<24x16xf32>) outs(%arg2 : tensor<32x16xf32>) -> tensor<32x16xf32>
return %0 : tensor<32x16xf32>
}
}
// -----// IR Dump After ImportMLProgram (iree-import-ml-program) ('builtin.module' operation) //----- //
@vmurali
vmurali / test
Created September 27, 2022 16:53
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
@vmurali
vmurali / test
Created September 27, 2022 22:37
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
@vmurali
vmurali / test
Created September 27, 2022 22:45
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
@vmurali
vmurali / test
Created September 27, 2022 22:54
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>
@vmurali
vmurali / test
Created September 28, 2022 02:29
This file has been truncated, but you can view the full file.
// -----// IR Dump After mlir::iree_compiler::IREE::ABI::WrapEntryPointsPass (iree-abi-wrap-entry-points) ('builtin.module' operation) //----- //
#map0 = affine_map<(d0, d1, d2) -> (d0, d1, d2)>
#map1 = affine_map<(d0, d1, d2) -> (d0, d1)>
module {
func.func @split_reduction_pass2() attributes {iree.abi.stub} {
call @_split_reduction_pass2() : () -> ()
return
}
func.func private @_split_reduction_pass2() {
%0 = util.unfoldable_constant dense<1> : tensor<512x256x128xi32>