Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Frontend][ArgParse] Compile with default(LLVM) target and build wit…
…h BYOC(apache#17454) It is a unique use-case to check the default target(LLVM), though TVM is built with BYOC(MRVL-ON) The config of Codegen(BYOC) contains default values for configuration/optons, it is extracted during _generate_codegen_args. In command line processing, validate_target_args checks if there are add-on options and it expects that particular target to be given explicitly in command line. Here, it is test for default (LLVM) path only, hence validate_target_args need to ignore the codegen's configuration Signed-off-by: M N Ganesan <[email protected]>
- Loading branch information