Kunal Pathak

Results 73 comments of Kunal Pathak

> @akoeplinger - who is the best person to talk to about the failures in `DivRem`? never mind. It was related to https://github.com/dotnet/runtime/issues/75767. I added annotations to skip for mono.

Failure is https://github.com/dotnet/runtime/issues/80666

> Unconditionally using the intrinsic from Math.DivRem API is going to cause a lot of regressions I agree. I checked the current implementation vs. `DivRem` and with `DivRem`, it definitely...

are we still seeing this issue? I don't think so.

@jakobbotsch @amanasifkhalid - can one of you please take a look as you recently touched the loops/block layout code. This seems to be accessing a null BasicBlock and we get...

@EgorBo - were you able to identify? I looked at the dumps and AV seems to be in generated code, but was not able to get all the symbols. In...

This no longer repros on main. I tried to repro it with artifacts from pipeline and the newly built `System.Numerics.Tensor.dll` and they don't fail anymore.

Thank you @RossNordby for the quick and prompt response. Yes, all of the above categories looks good and it will help us keep track of individual components as well as...

Sweet. Thanks for the quick turnaround. Is there an easy way to tell which of the 3 categories they belong to? Perhaps a README.md in that folder? I will start...

I did a run of these benchmarks (results https://github.com/dotnet/performance/pull/2672#issuecomment-1295317230) and seems like it takes around 45 minutes to complete. Is it possible to trim them down little bit?