Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 14 commits into from
Oct 25, 2024

Commits on Oct 9, 2024

  1. [Frontend][ArgParse] Compile with default(LLVM) target and build with…

    … 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/options, 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 for default target.
    
    Signed-off-by: M N Ganesan <muthusamynam@marvell.com>
    M N Ganesan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a3688d9 View commit details
    Browse the repository at this point in the history
  2. [Frontend][ArgParse] Compile with default(LLVM) target and build with…

    … 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/options, 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 for default target.
    
    Signed-off-by: M N Ganesan <muthusamynam@marvell.com>
    M N Ganesan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50199bd View commit details
    Browse the repository at this point in the history
  3. [Frontend][ArgParse] Compile with default(LLVM) target and build with…

    … 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
    M N Ganesan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    297aea6 View commit details
    Browse the repository at this point in the history
  4. [Frontend][ArgParse] Compile with default(LLVM) target and build with…

    … 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
    M N Ganesan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    75467ca View commit details
    Browse the repository at this point in the history
  5. Merge branch 'default_target' of https://github.com/MNGanesan/tvm int…

    …o default_target
    M N Ganesan committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ac38b06 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. [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 <muthusamynam@marvell.com>
    M N Ganesan committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4a86250 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. [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 <muthusamynam@marvell.com>
    M N Ganesan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    aba2866 View commit details
    Browse the repository at this point in the history
  2. [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 <muthusamynam@marvell.com>
    M N Ganesan committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    23b9cb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. [Frontend][ArgParse] Compile with default target(LLVM) when built USE…

    …_MRVL=ON(apache#17454)
    
    This is a use-case of invoking TVMC with default target though it is built with MRVL_ON.
    In command line processing, validate_target_args checks if there are add-on options
    derived from the default arguments of codegen/BYOC and it expects that particular codegen
    to be given explicitly in command line. However, certain codegen's can have default target alone,
    in that case codegen optios are not extracted there by relaxing the validation
    
    Signed-off-by: M N Ganesan <muthusamynam@marvell.com>
    M N Ganesan committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fd36853 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    c297b73 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'default_target' of https://github.com/MNGanesan/tvm int…

    …o default_target
    M N Ganesan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2638394 View commit details
    Browse the repository at this point in the history
  3. [Frontend][ArgParse] Compile with default target(LLVM) when built USE…

    …_MRVL=ON(apache#17454)
    
    This is a use-case of invoking TVMC with default target though it is built with MRVL_ON.
    In command line processing, validate_target_args checks if there are add-on options
    derived from the default arguments of codegen/BYOC and it expects that particular codegen
    to be given explicitly in command line. However, certain codegen's can have default target alone,
    in that case codegen optios are not extracted there by relaxing the validation
    
    Signed-off-by: M N Ganesan <muthusamynam@marvell.com>
    M N Ganesan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d143ced View commit details
    Browse the repository at this point in the history
  4. Merge branch 'default_target' of https://github.com/MNGanesan/tvm int…

    …o default_target
    M N Ganesan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    517aa8e View commit details
    Browse the repository at this point in the history
  5. [Frontend][ArgParse] Compile with default target(LLVM) when built US…

    …E_MRVL=ON(apache#17454)
    
        This is a use-case of invoking TVMC with default target though it is built with MRVL_ON.
        In command line processing, validate_target_args checks if there are add-on options
        derived from the default arguments of codegen/BYOC and it expects that particular codegen
        to be given explicitly in command line. However, certain codegen's can have default target alone,
        in that case codegen optios are not extracted there by relaxing the validation
    
    Signed-off-by: M N Ganesan <muthusamynam@marvell.com>
    M N Ganesan committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ae4fcc7 View commit details
    Browse the repository at this point in the history