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

xe, benchdnn, x64: Enable large buffer GEMM and Convolution testing for GPU #2276

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

rjoursler
Copy link
Contributor

@rjoursler rjoursler commented Dec 17, 2024

Fixes issues encountered when testing large buffer GEMM and convolution operations on the GPU.

Also includes the patch from #2277 to enable tests to pass.

@rjoursler rjoursler requested review from a team as code owners December 17, 2024 00:27
@github-actions github-actions bot added platform:cpu-x64 Intel64/AMD64 processors. Codeowner: @oneapi-src/onednn-cpu-x64 platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel component:tests labels Dec 17, 2024
@rjoursler
Copy link
Contributor Author

make test perf-gpu
set primitive=conv deconv matmul ip

@@ -0,0 +1,11 @@
--dir=FWD_D,BWD_D,BWD_W
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--dir=FWD_D,BWD_D,BWD_W
--reset
--dir=FWD_D,BWD_D,BWD_W

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:tests platform:cpu-x64 Intel64/AMD64 processors. Codeowner: @oneapi-src/onednn-cpu-x64 platform:gpu-intel Codeowner: @oneapi-src/onednn-gpu-intel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants