File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # RUN: %PYTHON %s | FileCheck %s
1+ # RUN: python %s | FileCheck %s
22# CHECK: func.func @payload
33# CHECK: PASSED
44# CHECK: Throughput:
Original file line number Diff line number Diff line change 1- # RUN: %PYTHON %s | FileCheck %s
1+ # RUN: python %s | FileCheck %s
22# CHECK: func.func @payload
33# CHECK: PASSED
44# CHECK: Throughput:
1919from mlir .execution_engine import ExecutionEngine
2020import ctypes
2121from contextlib import contextmanager
22- from lighthouse .utils import (
22+ from lighthouse .utils . runtime . ffi import (
2323 get_packed_arg ,
2424 memrefs_to_packed_args ,
2525 memref_to_ctype ,
Original file line number Diff line number Diff line change 99from mlir .execution_engine import ExecutionEngine
1010from mlir .runtime .np_to_memref import get_ranked_memref_descriptor
1111from lighthouse .utils .mlir import get_mlir_library_path
12- from lighthouse .utils import memrefs_to_packed_args
12+ from lighthouse .utils . runtime . ffi import memrefs_to_packed_args
1313from lighthouse .workload import Workload
1414from typing import Optional
1515
You can’t perform that action at this time.
0 commit comments