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: fix several gtest issues #2159

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

sgeor255
Copy link
Contributor

@sgeor255 sgeor255 commented Oct 9, 2024

Description

This PR fixes several gtest issues on generic vendor:

  • NDR.LocalSize[0]==0 assertion was being thrown due to problems with 0-dim input/outputs not handled correctly
  • Several unsupported cases were not skipped
  • PRELU was missing a check for post-ops in init()
  • InnerProduct & RNN tests were not skipped (IP & RNN are not implemented on generic vendor yet)
  • There are some examples that are still failing due to unimplemented features which will be fixed in a separate PR
  • There are some convolution backward data & deconvolution tests that are still failing which will be fixed in a separate PR (as the issue doesn't seem to be caused by missing skips)

@sgeor255 sgeor255 requested review from a team as code owners October 9, 2024 15:53
@github-actions github-actions bot added the platform:gpu-generic Codeowner: @oneapi-src/onednn-gpu-generic label Oct 9, 2024
@sgeor255
Copy link
Contributor Author

The failing CI check is in a file not added by this PR.

@sgeor255 sgeor255 force-pushed the svet/gtest-fixes branch 2 times, most recently from 7ece4ff to bd5d8b7 Compare October 16, 2024 10:35
@sgeor255 sgeor255 force-pushed the svet/gtest-fixes branch 2 times, most recently from ecd48b5 to 26d2f8e Compare October 16, 2024 16:22
@sgeor255
Copy link
Contributor Author

make test
disable device_cpu
enable device_gpu
enable thr_cuda
enable arch_rtx

@mgouicem
Copy link
Contributor

make test
disable device_cpu
enable device_gpu
enable thr_generic
enable arch_rtx

@mgouicem mgouicem merged commit b9fb939 into uxlfoundation:main Oct 21, 2024
18 of 28 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