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] Add device_global on-device tests #971
Merged
steffenlarsen
merged 10 commits into
intel:intel
from
steffenlarsen:steffen/device_global_on_device_tests
Jul 27, 2022
Merged
[SYCL] Add device_global on-device tests #971
steffenlarsen
merged 10 commits into
intel:intel
from
steffenlarsen:steffen/device_global_on_device_tests
Jul 27, 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
This commit adds four tests for testing the functionality of device_global on device. A device_global without the device_image_scope property will not currently have its device-side memory initialized, so testing without device_image_scope is currently limited to only compilation. Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
Author
|
/verify with intel/llvm#5959 |
Author
|
/verify with intel/llvm#5959 |
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
Author
|
/verify with intel/llvm#5959 |
v-klochkov
approved these changes
Jul 25, 2022
myler
pushed a commit
to myler/llvm-test-suite
that referenced
this pull request
Mar 22, 2023
This commit adds four tests for testing the functionality of device_global on device. A device_global without the device_image_scope property will not currently have its device-side memory initialized, so testing without device_image_scope is currently limited to only compilation. Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
aelovikov-intel
pushed a commit
to aelovikov-intel/llvm
that referenced
this pull request
Mar 27, 2023
This commit adds four tests for testing the functionality of device_global on device. A device_global without the device_image_scope property will not currently have its device-side memory initialized, so testing without device_image_scope is currently limited to only compilation. Signed-off-by: Steffen Larsen <steffen.larsen@intel.com>
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.
This commit adds four tests for testing the functionality of
device_globalon device. Adevice_globalwithout thedevice_image_scopeproperty will not currently have its device-side memory initialized, so testing withoutdevice_image_scopeis currently limited to only compilation.