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] Prevent use of fp64 and fp16 when unsupported in more tests #1353
Merged
AlexeySachkov
merged 21 commits into
intel:intel
from
steffenlarsen:steffen/fix_use_of_fp16_and_fp64
Nov 4, 2022
Merged
Changes from 13 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3c57e21
[SYCL] Prevent use of fp64 and fp16 when unsupported in more tests
steffenlarsen f296131
Add printing when skipping part of generic-shuffle
steffenlarsen e8d795a
Add split to scalar_relational
steffenlarsen b1567fc
Fix use of double literals in built-ins
steffenlarsen 7bb4bc8
Fix fp64 requirements in use of printf
steffenlarsen 7fea540
Adjust ESIMD printf and change store_zero_const requirement
steffenlarsen dde89f1
Merge remote-tracking branch 'intel/intel' into steffen/fix_use_of_fp…
steffenlarsen 55a534b
Fix ESIMD printf
steffenlarsen 2ce6b8b
Fix formatting
steffenlarsen ab56c0c
Split per-kernel in ESIMD printf
steffenlarsen 26ac82d
Disable non-variadic printf case for ESIMD temporarily
steffenlarsen f224ad4
Disable formatting on disabled runs
steffenlarsen 285e2aa
rename *_wdouble and *_whalf
steffenlarsen 57a44f5
Add group_broadcast and broadcast changes
steffenlarsen f800714
Re-add fp64 stream case
steffenlarsen 38e623a
Add skip for shuffle_fp16
steffenlarsen 62674a7
Add fp16 check to ESIMD tests
steffenlarsen 4ecb2d1
Add fixme
steffenlarsen 51b92b5
Add fp16 check to slm_gather_scatter_heavy
steffenlarsen 8666828
Fix mistakes
steffenlarsen 4068bbc
std::complex float tests on Windows require double support
steffenlarsen 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
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
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
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
Oops, something went wrong.
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.
Did we move them into a separate test? Or do we rely on SYCL-CTS for
double
?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.
You're right, we should keep the coverage. I've given it the same treatment as printf tests.