We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1ca851 commit 3fabbe8Copy full SHA for 3fabbe8
paddle/phi/api/include/compat/ATen/ops/record_stream.h
@@ -49,9 +49,4 @@ inline void Tensor::record_stream(at::Stream s) const {
49
#endif
50
}
51
52
-#if defined(PADDLE_WITH_CUDA) || defined(PADDLE_WITH_HIP)
53
-inline void Tensor::record_stream(at::cuda::CUDAStream s) const {
54
- record_stream(static_cast<at::Stream>(s));
55
-}
56
-
57
} // namespace at
0 commit comments