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

generic: sycl: fix accessor types #2166

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

t4c1
Copy link
Contributor

@t4c1 t4c1 commented Oct 15, 2024

Kernels supporting sum post-op can also read the output buffer. This PR fixes them to use appropriate read-write accessor types to access them.

I believe this is not changing any behavior, but it is making use correct according to SYCL spec.

Also fixes resampling and pooling missing post-op checks.

@t4c1 t4c1 requested review from a team as code owners October 15, 2024 07:41
@github-actions github-actions bot added the platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic label Oct 15, 2024
@mgouicem mgouicem merged commit 83733a9 into uxlfoundation:main Oct 17, 2024
25 checks passed
@vpirogov vpirogov added this to the v3.7 milestone Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants