Uh oh!
There was an error while loading. Please reload this page.
Combine two table lookups into one while formatting Guid on Arm64 - #87126
Conversation
SwapnilGaikwad
commented
Jun 5, 2023
Micro-benchmarking on an N1 system shows the following improvements. |
EgorBo
left a comment
There was a problem hiding this comment.
LGTM, although, I'd prefer us doing this in JIT (to merge two subsequent table lookups)
Uh oh!
There was an error while loading. Please reload this page.
kunalspathak
commented
Jun 5, 2023
/azp run runtime-coreclr libraries-jitstressregs, runtime-coreclr libraries-jitstress-random, runtime-coreclr libraries-jitstress, runtime-coreclr libraries-jitstress2-jitstressregs |
|
Azure Pipelines successfully started running 4 pipeline(s). |
kunalspathak
commented
Jun 5, 2023
/azp run runtime-coreclr libraries-jitstressregs, runtime-coreclr libraries-jitstress-random, runtime-coreclr libraries-jitstress, runtime-coreclr libraries-jitstress2-jitstressregs |
|
Azure Pipelines successfully started running 4 pipeline(s). |
ghost
commented
Jun 5, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsContributes towards the issue #84328
|
SwapnilGaikwad
commented
Jun 6, 2023
Seems like the test failures are because of the cancellations. Not sure why the tests got cancelled. |
kunalspathak
commented
Jun 6, 2023
/azp run runtime-coreclr libraries-jitstressregs, runtime-coreclr libraries-jitstress-random, runtime-coreclr libraries-jitstress, runtime-coreclr libraries-jitstress2-jitstressregs |
|
Azure Pipelines successfully started running 4 pipeline(s). |
kunalspathak
commented
Jun 7, 2023
/azp run runtime-coreclr libraries-jitstressregs, runtime-coreclr libraries-jitstress-random, runtime-coreclr libraries-jitstress, runtime-coreclr libraries-jitstress2-jitstressregs |
|
Azure Pipelines successfully started running 4 pipeline(s). |
kunalspathak
commented
Jun 7, 2023
One of the failing issue is #83316, but there are some arm64 failures in https://dev.azure.com/dnceng-public/public/_build/results?buildId=298474&view=ms.vss-test-web.build-test-results-tab&runId=6039742&resultId=199446&paneView=debug that you might want to check. |
SwapnilGaikwad
commented
Jun 8, 2023
Hi @kunalspathak, I couldn't run the windows on Arm64 failure as I don't have access to such machine. Instead, I tried to reproduce the failure on ubuntu 18.04 as it looked like the similar While running the failures from the pipeline, we get a script to reproduce failure that basically runs the following command after setting the required environment variables. This runs all the |
kunalspathak
commented
Jun 9, 2023
I just looked around and noticed that similar tests failed few weeks back and there is #86563 for that. So I think we should be good here. Since they repro with random seeds, the failures is not consistent week over week. |
SwapnilGaikwad
commented
Jun 13, 2023
Hi @kunalspathak@EgorBo, is there anything that I can do to push this patch forward? 🙂 |
kunalspathak
commented
Jun 13, 2023
Uh oh!
There was an error while loading. Please reload this page.
Contributes towards the issue #84328