• H
    Refactor op info parser (#54859) · f18d538b
    hong 提交于
    * add kernel dialect
    
    * change DenseTensorTypeStorage to DenseTensorType
    
    * add test case`
    
    * add first pd_op to kernel dialect
    
    * lower pd op to kernel dialect
    
    * update
    
    * update
    
    * remove useless code
    
    * add attrite print test
    
    * fix bug
    
    * update
    
    * update
    
    * update
    
    * update
    
    * polish code
    
    * fix bug
    
    * polish  code  and add python test
    
    * add test
    
    * fix test error
    
    * add env flag
    
    * fix bug
    
    * revert test env
    
    * change cc_test_old to cc_test
    
    * fix build_static bug
    
    * fix type test error
    
    * udpate cmake
    
    * disable test in windows
    
    * update
    
    * update
    
    * fix bug
    
    * split file
    
    * fix conflict
    
    * polish code and fix conflict
    
    * support place transformer
    
    * finish bug
    
    * add gpu flags
    
    * fix with cuda macro
    
    * add fetch kernel
    
    * support fetch var in new ir
    
    * fix bug
    
    * polish code
    
    * change array equal to np.testing
    
    * support feed in new ir
    
    * update
    
    * fix bug
    
    * try to hack combine op
    
    * add scope guard
    
    * revert atan2 op
    
    * add scope guard
    
    * update
    
    * polish code
    
    * update
    
    * refactor build kernel context
    
    * fix unitest bug
    
    * polish code
    
    * use original order
    
    * remove useless code
    
    * polish code
    
    * fix bug
    f18d538b
data_transform.h 4.9 KB