8000 [UR][Benchmarks] Add oneDNN benchmarks by mateuszpn · Pull Request #18883 · intel/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[UR][Benchmarks] Add oneDNN benchmarks #18883

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

Merged
merged 8 commits into from
Jun 25, 2025
Merged

Conversation

mateuszpn
Copy link
Contributor

A selection of OneDNN benchmarks added to the benchmark suite

@mateuszpn mateuszpn requested a review from a team as a code owner June 10, 2025 11:42
@mateuszpn mateuszpn marked this pull request as draft June 10, 2025 11:54
Comment on lines 101 to 162

if not options.sycl == None:
Copy link
Contributor

Choose a reason for hiding this comment

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

will this ever work without sycl?

if not, I suggest just returning early, like here:
https://github.com/intel/llvm/blob/sycl/devops/scripts/benchmarks/benches/llamacpp.py#L32-L33

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done


def name(self):
return f"onednn-{self.bench_name}"

Copy link
Contributor

Choose a reason for hiding this comment

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

please implemented enabled. see example here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: Mateusz P. Nowak <mateusz.p.nowak@intel.com>
Comment on lines +184 to +116
if options.ur_adapter == "cuda" or options.ur_adapter == "hip":
return False
Copy link
Contributor

Choose a reason for hiding this comment

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

@omarahmed1111 fyi: we are going to merge this probably with cuda/hip disabled. You might want to test and remove this condition if it turns out everything is working.

Signed-off-by: Mateusz P. Nowak <mateusz.p.nowak@intel.com>
Signed-off-by: Mateusz P. Nowak <mateusz.p.nowak@intel.com>
@mateuszpn
Copy link
Contributor Author

@intel/llvm-gatekeepers ready for merge

@steffenlarsen steffenlarsen merged commit fb18321 into intel:sycl Jun 25, 2025
36 of 38 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.

4 participants
0