-
Notifications
You must be signed in to change notification settings - Fork 809
[SYCL] [L0] Enable immediate command lists by default. #8982
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| // 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 |
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.
Fix we discussed offline is merged: 88e7c55
Does this test still fail?
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.
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.
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.
Oh, I see, thanks a lot!
aelovikov-intel
left a comment
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.
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.
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
intel#8982 Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
No description provided.