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

Fix issue when kernelTimestampValidBits is 64 #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yiyao12
Copy link
Contributor

@yiyao12 yiyao12 commented Jan 25, 2024

BMG's kernelTimestampValidBits is 64.

There would be abort if "ze_tracer -d":
ZeKernelCollector::OnEnterKernelAppend(ZeKernelCollector*, const ZeKernelProps&, _ze_event_handle_t*&, ze_command_list_handle_t, void**): Assertion `command->timer_mask > 0' failed.
Aborted

jfedorov pushed a commit that referenced this pull request Feb 22, 2024
…ondition checks and unused variables (#56)

* Added "Profile PyTorch" section in README.md

* Fix clock overflow issue reported by Alex Wells. Remove unnecessary condition checks and unused variables

* Remove unused argument 'result' in OnEnter*() calls

* Remove dead code
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.

1 participant