forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuda] Add command-line option to drop legacy sync mode (iree-org#15582)
Legacy sync mode forces waiting on semaphore immediately so it effectively runs all async allocation/execution in sync mode. Now we have proper semaphore emulation in cuda2, we don't need this anymore. Disable it for end-to-end op tests for experimental cuda2 driver. Progress towards iree-org#13245
- Loading branch information
1 parent
14c1b4b
commit 643b467
Showing
3 changed files
with
14 additions
and
1 deletion.
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