Skip to content
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

gpu: sycl: eltwise: Reduce size of kernel arguments #1932

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

sgeor255
Copy link
Contributor

Description

This MR slightly refactors the eltwise SYCL kernel to remove some unused data that was stored in the conf struct passed to the kernel. As a result, the size of the struct is reduced, allowing the kernel to run on some specific devices with a lower kernel argument size limit.

Checklist

General

  • Do all unit and benchdnn tests (make test and make test_benchdnn_*) pass locally for each commit?
  • Have you formatted the code using clang-format?

@vpirogov vpirogov added this to the v3.6 milestone May 28, 2024
@sgeor255 sgeor255 force-pushed the svet/reduce-eltwise-arg-size branch from a5a53e4 to 8291d5b Compare June 3, 2024 14:19
@sgeor255 sgeor255 force-pushed the svet/reduce-eltwise-arg-size branch from 8291d5b to 61bf2bb Compare July 9, 2024 10:12
@sgeor255 sgeor255 requested a review from dzarukin July 9, 2024 10:12
@mgouicem mgouicem merged commit abfa86b into oneapi-src:main Jul 12, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants