• Y
    Optimize while_op for test (#14764) · 568cc2ff
    Yiqun Liu 提交于
    * Simplify the compare op for CPU.
    
    * Use asynchronous tensor copy in reshape_op's kernel.
    
    * Optimize while_op for test, avoiding creating variables every time.
    test=develop
    
    * Enable the cache of kernel type and kernel function.
    test=develop
    
    * Enable profiling with gperftools.
    
    * Remove flags for testing, and fix the linking error.
    test=develop
    
    * Delete the codes of ChooseKernel.
    test=develop
    
    * Fix bug when preparing ExecutorPrepareContext for while_op.
    
    * Fix missing depending on grpc libraries.
    
    * Remove the redundant print.
    test=develop
    
    * Follow comments.
    
    * Remove the codes related to prepare the ExecutorPrepareContext for while_op.
    test=develop
    568cc2ff
compare_op.cc 5.7 KB