[CUDA] Questions about memory release #13399
-
The My understanding may not be correct, could someone take the time to explain it? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Answered by
pranavsharma
Oct 26, 2022
Replies: 1 comment
-
The temp buffer is allocated using an arena whose memory is not freed. Hence async execution is not affected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FFFrog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The temp buffer is allocated using an arena whose memory is not freed. Hence async execution is not affected.