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
|`buffer_type`|`shared`, `global`| Storage location for profiling buffer|
95
-
|`buffer_size`|`N`|Byte size of the profiling buffer (default: infer a small fraction of shared memory if `shared`. For `global`, 16384 bytes * num_sampled_warp)|
95
+
|Buffer Type | Options| Default| Description |
96
+
|-------------|---------|---------|-------------|
97
+
|`buffer_type`|`shared`, `global`|`shared`| Determines whether profiling data is stored in shared or global memory|
98
+
|`buffer_size`|Integer|`shared`: Maximum size without reducing occupancy; `global`: 16KB × number of profiled units (e.g., warp) | Controls per-block profiling buffer size in bytes|
0 commit comments