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 the test template for LoadVectorx* #93301

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

kunalspathak
Copy link
Member

The input data is 2x, 3x or 4x the size of output, depending on the LoadVectorx API under test. Fix the initialization of them as well as the allocation of input data array.

Fixes: #93230

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Oct 10, 2023
@ghost ghost assigned kunalspathak Oct 10, 2023
@ghost
Copy link

ghost commented Oct 10, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

The input data is 2x, 3x or 4x the size of output, depending on the LoadVectorx API under test. Fix the initialization of them as well as the allocation of input data array.

Fixes: #93230

Author: kunalspathak
Assignees: kunalspathak
Labels:

area-CodeGen-coreclr

Milestone: -

@kunalspathak
Copy link
Member Author

/azp run runtime-coreclr gcstress0x3-gcstress0xc

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kunalspathak
Copy link
Member Author

/azp run runtime-coreclr gcstress-extra

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@kunalspathak
Copy link
Member Author

@dotnet/jit-contrib

@kunalspathak
Copy link
Member Author

The failures in gcstress legs seems to be unrelated and #93230 doesn't fail anymore.

@kunalspathak kunalspathak merged commit 5685318 into dotnet:main Oct 11, 2023
136 of 147 checks passed
@kunalspathak kunalspathak deleted the loadvector-issue branch October 11, 2023 17:52
@ghost ghost locked as resolved and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gcstress] LoadVector128x2SByte fails under gcstress
2 participants