• Z
    Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops for controlling op types used... · 2479664a
    Zhen Wang 提交于
    Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops for controlling op types used in training with CINN. (#36842)
    
    * Update UT test_parallel_executor_run_cinn.py.
    
    * Add FLAGS_allow_cinn_ops & FLAGS_deny_cinn_ops & FLAGS_cinn_ops_delim.
    
    * Use the custom StringSplit function and remove the FLAGS_cinn_ops_delim flag.
    
    * Add FlagController test.
    
    * Apply lock to the cache_ only in CinnCompiler.
    
    * Add VizGraph & ReadableKey method for CinnCompiler.
    
    * Update the dot style of VizGraph in CinnCompiler.
    2479664a
test_parallel_executor_run_cinn.py 4.0 KB