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

JIT: Skip a tensor test in MinOpts #98155

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

jakobbotsch
Copy link
Member

@jakobbotsch jakobbotsch commented Feb 8, 2024

This test is very slow in MinOpts due to unfolded type comparisons in the conversion functions.

Fix #97629

This test is very slow in MinOpts due to unfolded type comparisons in
the conversion functions.
@jakobbotsch
Copy link
Member Author

/azp run runtime-coreclr libraries-jitstress

@ghost
Copy link

ghost commented Feb 8, 2024

Tagging subscribers to this area: @dotnet/area-system-numerics-tensors
See info in area-owners.md if you want to be subscribed.

Issue Details

This test is very slow in MinOpts due to unfolded type comparisons in the conversion functions.

Author: jakobbotsch
Assignees: jakobbotsch
Labels:

area-System.Numerics.Tensors

Milestone: -

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jakobbotsch jakobbotsch merged commit d3d76e0 into dotnet:main Feb 8, 2024
121 of 130 checks passed
@jakobbotsch jakobbotsch deleted the disable-slow-tensor-tests branch February 8, 2024 20:23
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Numerics.Tensors tests timing out under DOTNET_JITMinOpts=1 on x86
2 participants