[SYCL][E2E][TEST] Unplug sycl_device_globals on NVIDIA RTX 3090#21867
Open
kweronsx wants to merge 2 commits intointel:syclfrom
Open
[SYCL][E2E][TEST] Unplug sycl_device_globals on NVIDIA RTX 3090#21867kweronsx wants to merge 2 commits intointel:syclfrom
kweronsx wants to merge 2 commits intointel:syclfrom
Conversation
d5391be to
882eb12
Compare
Also, force buffer flush to make debug prints visible.
bratpiorka
reviewed
Apr 24, 2026
|
|
||
| // UNSUPPORTED: gpu-nvidia-geforce-rtx-3090 | ||
| // UNSUPPORTED-INTENDED: High rate of intermittent failures on NVIDIA RTX 3090. | ||
| // More details can be found here: https://github.com/intel/llvm/issues/20408 |
Contributor
There was a problem hiding this comment.
use UNSUPPORTED-TRACKER here
Contributor
|
@kweronsx please update PR description |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Temporarily disable sycl_device_globals on NVIDIA RTX 3090 (sm_86)
The test is expected to work on this device, but is currently experiencing a high rate of intermittent failures (#20408). To avoid blocking contributors whose changes are unrelated to this issue, execution is being turned off on RTX 3090 (nvidia_gpu_sm_86) until the root cause is identified and fixed.
Additionally, occurrences of "\n" in print statements have been replaced with std::endl to ensure output is flushed immediately and remains visible in test logs in the future.