File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11config.excludes = [" MLPModel" ]
2+
3+ if " torch" not in config.available_features:
4+ config.unsupported = True
Original file line number Diff line number Diff line change 11# RUN: python %s
2- # REQUIRES: torch
32
43"""
54Example demonstrating how to load a PyTorch model to MLIR using Lighthouse
Original file line number Diff line number Diff line change 11# RUN: python %s
2- # REQUIRES: torch
32
43"""
54Example demonstrating how to load an already initialized PyTorch model
Original file line number Diff line number Diff line change @@ -34,4 +34,3 @@ def memrefs_to_packed_args(memref_descs) -> list[ctypes.c_void_p]:
3434 """
3535 ctype_args = [memref_to_ctype (memref ) for memref in memref_descs ]
3636 return get_packed_arg (ctype_args )
37-
You can’t perform that action at this time.
0 commit comments