Xuanda Yang

Results 29 comments of Xuanda Yang

I remember we experience this once when someone run pip-installed-mypyc-compiled mypy wheel for the first time on MacOS which I could reproduce on my laptop with no extra security software...

@SanjanaSogimatt feel free to pick one that has been implemented yet. You can use @97littleleaf11 PRs as examples.

As Jukka suggests in python/mypy#8153, we should also record primitives' priority here. I think I'll try `keys`, `values` and `items` next

I am trying to push this forward, here's my rough plan: 1. Submit an initial PR to merge gpu autoscheduler code from the branch into `src/autoschedulers/anderson2021`. This PR aims to...

yeah the biggest obstacle is that Luke or myself could not find time to push this forward before, I will meet with Andrew and Derek later today and I will...

`Stmt` should be easy, not sure about `LoweredFunc` though, the serializer was created only to serialize front-end IRs.

I reproduce the error with the same output using v4.1.0 on MacOS and the build-from-master-source version also on MacOS. For the problem that LINE_4 is actually LINE_8, I find some...

Interesting idea and make sense to me. Sorry for potential abuse of the issue tracker here, but I think this would be a great topic for GSOC 2020, if mypy...

Hi @JukkaL, sorry for the long delay. I spent some time rushing a paper deadline, now I'm back on this 100%. I've spent some time on this and tried to...