This repository was archived by the owner on Mar 28, 2023. It is now read-only.
forked from llvm/llvm-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL] Enable level-zero-link-flags and fix kernel_bundle_api #806
Merged
vladimirlaz
merged 11 commits into
intel:intel
from
HabKaffee:enable_level-zero-link-flags
Feb 28, 2022
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
87d2718
[SYCL] Enable level-zero-link-flags.cpp
HabKaffee e0efa74
Fix test, linked with online link options
HabKaffee 9181b14
fix
HabKaffee 3cdf85a
Merge branch 'intel:intel' into enable_level-zero-link-flags
HabKaffee 28b7904
Fix affected test
HabKaffee 3fd62ad
Merge branch 'intel' into enable_level-zero-link-flags
HabKaffee 3a119ff
Merge branch 'intel' into enable_level-zero-link-flags
HabKaffee baf9db9
Merge branch 'intel:intel' into enable_level-zero-link-flags
HabKaffee 100b33f
Merge branch 'intel' into enable_level-zero-link-flags
HabKaffee 4a9a4ee
Merge branch 'intel:intel' into enable_level-zero-link-flags
HabKaffee 27f1f68
Merge branch 'intel:intel' into enable_level-zero-link-flags
HabKaffee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be worth asking @s-kanaev if this comment should be removed. It looks to me like the test still has fallback assert disabled, so maybe the comment should remain until it is enabled.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll ask about your concern.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fallback assert is now disabled by default. See intel/llvm#4694.
Hence, this comment might be removed along with
-DSYCL_DISABLE_FALLBACK_ASSERT=1
in build line.It'll be responsibility of the one who enables the fallback assert to verify it won't impact other tests.
P.S.: Sorry for late response.