[SYCL] [L0] Enable immediate command lists by default.#8982
Merged
againull merged 18 commits intointel:syclfrom Apr 21, 2023
Merged
[SYCL] [L0] Enable immediate command lists by default.#8982againull merged 18 commits intointel:syclfrom
againull merged 18 commits intointel:syclfrom
Conversation
smaslov-intel
approved these changes
Apr 10, 2023
againull
reviewed
Apr 10, 2023
Comment on lines
+5
to
+8
| // RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 SYCL_PI_LEVEL_ZERO_BATCH_SIZE=0 ONEAPI_DEVICE_SELECTOR="level_zero:*" %GPU_RUN_PLACEHOLDER %t.out | ||
| // RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 SYCL_PI_LEVEL_ZERO_BATCH_SIZE=1 ONEAPI_DEVICE_SELECTOR="level_zero:*" %GPU_RUN_PLACEHOLDER %t.out | ||
| // RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 SYCL_PI_LEVEL_ZERO_BATCH_SIZE=2 ONEAPI_DEVICE_SELECTOR="level_zero:*" %GPU_RUN_PLACEHOLDER %t.out | ||
| // RUN: env SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=0 SYCL_PI_LEVEL_ZERO_BATCH_SIZE=3 ONEAPI_DEVICE_SELECTOR="level_zero:*" %GPU_RUN_PLACEHOLDER %t.out |
Contributor
There was a problem hiding this comment.
Fix we discussed offline is merged: 88e7c55
Does this test still fail?
Contributor
Author
There was a problem hiding this comment.
No, but because the test depends on batching behavior which is only applicable with standard command lists, we have to explicitly set immediate command lists off.
aelovikov-intel
approved these changes
Apr 10, 2023
Contributor
aelovikov-intel
left a comment
There was a problem hiding this comment.
All the files are de-facto owned by the @intel/dpcpp-l0-pi-reviewers , @smaslov-intel LGTM should be enough. I'm giving my formal approval, but please see of CODEOWNERS file needs to be adjusted.
jandres742
pushed a commit
to jandres742/llvm
that referenced
this pull request
Apr 24, 2023
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
jandres742
pushed a commit
to jandres742/llvm
that referenced
this pull request
May 3, 2023
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
jandres742
pushed a commit
to jandres742/llvm
that referenced
this pull request
May 16, 2023
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
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.
No description provided.