Kiran Pamnany

Results 30 comments of Kiran Pamnany

I spent some time on this with @gbaraldi and we were able to find the broken IR and also narrow the problem down further. He should also be able to...

Cc: @KristofferC whom @drvi had pinged about this, and @Keno, who added this error report.

Shared privately. Edited to add: sorry for the brevity here; there's more discussion on Slack. To summarize, we have not yet been able to reduce the code that triggers this...

Should I open the PR to `release-1.9`? There's no `backports-release-1.9`. Cc: @KristofferC

My $0.02: the standard logging front-end is the right way forward. An info dump of the details of the run as suggested by Simone should certainly be standardized, but it...

I've been running a large number of tests with different aggressiveness settings for the different pipelines. I do not have a complete set of results yet, but here are a...

We don't have exhaustive results on this test yet, but early indications are that `O1` with `None` aggressiveness is only slightly slower than `O0`, so if there are clear problems...

Perhaps it would be good to start by documenting the requirements of the parameters feature?

This is how we're currently solving https://github.com/JuliaLang/julia/issues/51056. You can see what it looks like in https://github.com/JuliaLang/julia/issues/51659. The thread ID prefix is simply to help disambiguate stack traces if they're reported...

> not especially useful information anyway). Now that I think about it, it _would_ be useful information. We'll look into https://github.com/JuliaLang/julia/pull/41742, thanks for the pointer!