Commit 6c53edf
committed
Refactors shared memory copy initialization code
Simplifies the creation of tiled shared memory copy objects by removing
the intermediate step of getting thread slices directly from the factory
function. The refactored approach creates the tiled copy object first,
then obtains the thread slice separately for better code clarity.1 parent 86c3e52 commit 6c53edf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
0 commit comments