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][Level Zero][USM] Add a test for read-only shared alloc #1409
Merged
againull
merged 2 commits into
intel:intel
from
aelovikov-intel:usm-shared-alloc-advise
Nov 24, 2022
Merged
[SYCL][Level Zero][USM] Add a test for read-only shared alloc #1409
againull
merged 2 commits into
intel:intel
from
aelovikov-intel:usm-shared-alloc-advise
Nov 24, 2022
Conversation
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
/verify with intel/llvm#7496 |
Failures from "/verify with": SYCL :: KernelAndProgram/kernel-bundle-merge-options-env.cpp - known for quite some time, being tracked/addressed already. |
/verify with intel/llvm#7496 |
"verify with" failure on SYCL :: KernelAndProgram/kernel-bundle-merge-options-env.cpp is being tracked in internal bug report. |
smaslov-intel
approved these changes
Nov 23, 2022
againull
reviewed
Nov 23, 2022
SYCL/USM/shared_read_only.cpp
Outdated
@@ -0,0 +1,22 @@ | |||
// REQUIRES: level_zero | |||
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out | |||
// RUN: env ZE_DEBUG=1 %GPU_RUN_PLACEHOLDER %t.out h 2> %t1.out; cat %t1.out %GPU_CHECK_PLACEHOLDER |
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.
NIT: It looks "h" is a typo in "%t.out h"
aelovikov-intel
added a commit
to aelovikov-intel/llvm-test-suite
that referenced
this pull request
Nov 30, 2022
…read-only USM There are issues in the underlying Level Zero RT causing stability problems. This partially reverts intel#1409 and is needed for intel/llvm#7601.
againull
pushed a commit
that referenced
this pull request
Dec 2, 2022
…read-only USM (#1426) There are issues in the underlying Level Zero RT causing stability problems. This partially reverts #1409 and is needed for intel/llvm#7601.
myler
added a commit
to myler/llvm-test-suite
that referenced
this pull request
Mar 22, 2023
add CL_CONFIG_CPU_TARGET_ARCH=sapphirerapids for sde -spr
myler
pushed a commit
to myler/llvm-test-suite
that referenced
this pull request
Mar 22, 2023
aelovikov-intel
added a commit
to aelovikov-intel/llvm
that referenced
this pull request
Mar 27, 2023
aelovikov-intel
added a commit
to aelovikov-intel/llvm
that referenced
this pull request
Mar 27, 2023
…read-only USM (intel/llvm-test-suite#1426) There are issues in the underlying Level Zero RT causing stability problems. This partially reverts intel/llvm-test-suite#1409 and is needed for intel#7601.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
For intel/llvm#7496.