Kenichi Maehashi

Results 160 comments of Kenichi Maehashi

Thanks for the feedback! When coping CPU memory to GPU, the memory needs to be contiguous, so this is a restriction that is not easy to relax. c.f. #6785

> Or if we can at least write a version of ascontiguous which is backed by pinned memory. Yes, I agree pinned memory should be used here. We'll work on...

RawKernel introduced in v5 and RawModule introduced in v7. `compile_with_cache` has never been documented API, but it's widely used by major users like Thinc and 3d-ken-burns which need `Raw*` features...

Let's keep this issue open as we are in process of deprecation.

@leofang Can we revert #5308 as well?

Thanks! I think this there's no rush 😃

> Question: Is `python setup.py build_ext -j N` expected to work (even before this PR)? I don't need this support, just curious 🙂 No, because we overwrite `self.parallel` (which is...