Leo Fang

Results 1175 comments of Leo Fang

Also usually when comparing with `None` in Python, we use `is`/`is not` instead of `==`/`!=`, as the former is idiomatic and much faster (just comparing the object identity instead of...

Yes, let's nuke `cupy.array_api` in CuPy v14 where we'll catch up with NumPy 2.0 changes and be array-API compliant in the main namespace (thus making the `array_api` submodule obsolete, same...

It seems I don't have privilege to trigger CIs for first-time contributors lol

@rongou could you undo commit c95585dc15b0b88fa3d90ecb6c1e834326e24fa8? It is needed in order to ensure it's functional on using malloc'd memory on G+H. I'll probably have to find time to write a...

> From the CI results looks likt it breaks windows builds. We'd need to either add a windows implementation, or guard it against compiling under windows. Ah, interesting. I see...

Perhaps it's best to skip Windows (option 2) since managed memory is not doing great on Windows and there's no Windows support for G+H anyway.