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

Make nms fallback by default. #6933

Merged
merged 4 commits into from
Apr 20, 2024
Merged

Make nms fallback by default. #6933

merged 4 commits into from
Apr 20, 2024

Conversation

ysiraichi
Copy link
Collaborator

Fix: #6899

PR #6814 broke timm_efficientdet benchmark because of the new nms lowering. Since nms is a dynamic operation, it should, as other dynamic operations (e.g. nonzero), be flagged as experimental. i.e. only enable the lowering if XLA_EXPERIMENTAL=nms.

cc @miladm @JackCaoG

@JackCaoG
Copy link
Collaborator

test_nms_input_errors failed, this seems like a real error

@ysiraichi ysiraichi merged commit b06c9c7 into master Apr 20, 2024
21 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.

[torchbench] timm_efficientdet inference fails to run.
2 participants