"vscode:/vscode.git/clone" did not exist on "1b648f2f42bf5b82421289cff350ac7af6ec46ea"
[Enhancement] Improve buffer conflict detection in thread storage synchronization (#658)
* [Enhancement] Improve buffer conflict detection in thread storage synchronization - Added a new boolean variable `range_is_overlap` to accurately determine if buffer indices overlap, enhancing the conflict detection logic in `thread_storage_sync.cc`. - Updated the return logic to reflect the overlap status, ensuring correct conflict resolution based on buffer index comparisons. - Removed an unnecessary comment in `OptimizeForTarget` to streamline the code and improve clarity. * example fix * enhancement * improve ci
Showing
Please register or sign in to comment