tvm icon indicating copy to clipboard operation
tvm copied to clipboard

Compiled with Default Target(LLVM) and Built with USE_MRVL=ON

Open MNGanesan opened this issue 1 year ago • 2 comments
trafficstars

Please review the fix:

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

MNGanesan avatar Oct 09 '24 14:10 MNGanesan