-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve racecheck errors in ORC kernels (#9916)
Running ORC Python tests with `compute-sanitizer --tool racecheck` results in a number of errors/warnings. This PR resolves the errors originating in ORC kernels. Remaining errors come from `gpu_inflate`. Adds a few missing block/warp syncs and minor clean up in the affected code. Causes ~4~2% slowdown on average in ORC reader benchmarks. Not negligible, will double check whether the changes are required, or just resolving false positives in `racecheck`. Ran the benchmarks many more times, and the average time difference is smaller than variations between runs. Authors: - Vukasin Milovanovic (https://github.com/vuule) Approvers: - Elias Stehle (https://github.com/elstehle) - Devavret Makkar (https://github.com/devavret) URL: #9916
- Loading branch information
Showing
3 changed files
with
27 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters