"vscode:/vscode.git/clone" did not exist on "c7d58033db0e25736d33406ed262cb5232d366e8"
[Refactor] Remove small array reuse condition in shared memory allocation merging (#654)
- Eliminated the condition that disabled the reuse of small arrays (const_nbits <= 32) in the `MergeSharedMemoryAllocations` function, allowing for more flexible memory management. - Added a comment in `OptimizeForTarget` to clarify the order of applying `MergeSharedMemoryAllocations` after `SplitHostDevice`, ensuring correct allocation site handling in device functions.
Showing
Please register or sign in to comment