• J
    add cinn graph symbolization (#36417) · bbd4bd73
    jiangcheng 提交于
    * add cinn graph symbolization
    
    * fix some bug
    
    * add paddle scope to cinn scope
    
    * add paddle scope to CINN scope in Symbolization, and add feed op when build cinn pass
    
    * fix some bug
    
    * fix some bug by review advices
    
    * optimize code problem
    
    * revert build_cinn_pass and move the change to https://github.com/PaddlePaddle/Paddle/pull/36503
    
    * fix some bug after co-compilation
    
    * perfect single test script
    
    * remove scope and rename feed_target to input_tensor
    
    * using std::unordered_map instead of absl::flat_hash_map
    
    * fix single test bug
    
    * revert to preverion for WITH_CINN has add in later PR
    
    * full error information for CI
    
    * full enfore information for CI pass
    bbd4bd73
cinn_graph_symbolization_test.cc 8.8 KB