-
Notifications
You must be signed in to change notification settings - Fork 754
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][NFC] Optimize int-convert.cpp test (#12043)
The test sporadically timed out on Windows because default implicit context is disabled in there. Due to the fact that separate `queue` object was create for every kernel, it caused full re-JIT of the whole device code. Refactored the test to use a single queue object explicitly to have context and all associated caches to be shared between all kernels in the test. This resolves #12011
- Loading branch information
1 parent
dfd64b6
commit a37c661
Showing
1 changed file
with
35 additions
and
34 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