Open vkovinicTT opened 9 hours ago
To confirm that each op individually works for the ViT model, we need to add a set of op tests that are specific to this ViT model.
ViT
To do so, here are a few hints:
forge/test/mlir/vit/ops/*
compiler_cfg.compile_depth = forge.CompileDepth.SPLIT_GRAPH
Summary
To confirm that each op individually works for the
ViT
model, we need to add a set of op tests that are specific to thisViT
model.To do so, here are a few hints:
ViT
.forge/test/mlir/vit/ops/*
compiler_cfg.compile_depth = forge.CompileDepth.SPLIT_GRAPH
)