You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make current cuDNN related operators to be a OpKernel of corresponding operator. For example: conv_cudnn is actually a OpKernel of conv operator, it should not be a independent operator. "cudnn operators change to cudnn kernel" #6660
Refine the interface of OperatorBase::Run, take vector<Place> as parameter instead of DeviceContextFeature/operator run place #6783
GPUPlace
toCUDAPlace
and introduceCUDNNPlace
derived fromCUDAPlace
Feature/multiplace #6518CUDNNDeviceContext
derived fromCUDADeviceContext
"derived cudnnDevice context" #6585OperatorBase::Run
, takevector<Place>
as parameter instead ofDeviceContext
Feature/operator run place #6783DeviceContext
in init stage Feature/global context #6537The text was updated successfully, but these errors were encountered: