Skip to content

Commit

Permalink
Removed the calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Nov 19, 2024
1 parent cca73ff commit f131648
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/how-to/hip_runtime_api/call_stack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ overflow errors by ensuring sufficient stack memory is allocated.
return 0;
}
Depending on the GPU model, at full occupancy, it can consume a significant
amount of memory. For instance, an MI300X with 304 compute units (CU) and up to
2048 threads per CU (or 304 · 2048 / 64 = 98,304 warps) could use 304 · 2048 ·
8192 bytes = 4.75 GB for the call stack.

Handling recursion and deep function calls
-------------------------------------------------------------------------------

Expand Down

0 comments on commit f131648

Please sign in to comment.