-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Disable prefetching for loops with no computation (#19695)
There is no point in prefetching if you dont have any compute ops in the loop. Currently attempting this is leading to a bug described in #19612 The proposed solution implemented in this PR is if the loop has no compute ops then bail out. Fixes : #19612 --------- Signed-off-by: Nirvedh Meshram <[email protected]>
- Loading branch information
1 parent
8d1d867
commit 21b0101
Showing
2 changed files
with
22 additions
and
0 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