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: resampling: Enabling different src/dst datatypes #1975

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

kala855
Copy link
Contributor

@kala855 kala855 commented Jun 25, 2024

Description

The sycl resampling implementation does not support a different combination of src/dst datatypes. This PR enables the use of various datatypes.
Simple test cases like the one below were skipped:

benchdnn --resampling --engine=gpu --sdt=f16 ic2iw2ow6

src/gpu/generic/sycl/ref_resampling.hpp Outdated Show resolved Hide resolved
@kala855 kala855 force-pushed the kala855/sycl-resampling-src-dst branch from 7d7c25d to d184d87 Compare July 1, 2024 10:27
@vpirogov vpirogov added this to the v3.6 milestone Jul 3, 2024
@vpirogov vpirogov added the platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic label Jul 26, 2024
@densamoilov densamoilov merged commit 3a6f567 into main Jul 31, 2024
0 of 10 checks passed
@densamoilov densamoilov deleted the kala855/sycl-resampling-src-dst branch July 31, 2024 03:49
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.

None yet

6 participants