Skip to content

Memory Usage #145

Answered by hczhai
cfengno1 asked this question in Q&A
Dec 2, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Fused X and Y means opY(opX(A, B), C) is implemented as opXY(A, B, C) without storing the intermediate opX(A, B) in memory. Since these options may conflict with other more effective optimizations, it is very likely for a specific usage case there is no saving of the peak memory during the whole calculation. Normally the default option is recommended.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cfengno1
Comment options

@hczhai
Comment options

Answer selected by cfengno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants