Created by: JepsonWong
related pr #21992
该 PR 实现了动态图下实现 cudnn algorithm 的 Exhaustive search 功能。将 ExhaustiveSearch 相关的 cudnn algorithm 和 OperatorWithKernel 类分离,将 cudnn algorithm 缓存在全局数据结构上,以便动态图不同 batch 下共享,达到动态图对 Exhaustive search 加速的效果。
主要影响OperatorWithKernel、ExecutionContext、PreparedOp、DygraphExecutionContext中的属性变化。仅对ExhaustiveSearch的执行过程有影响,其他无影响。