Qingfeng Xia
Qingfeng Xia
Checklist - [ ] Source is rebased on latest `upstream main` so is mergeable automatically or easily merged even with confliction. - [ ] Title of this PR is meaningful:...
Currently merge is done in writer, it is more efficient, easy to impl, but not flexible. if there is more processor following imprinter, must working on merged geometry like Tessellation,...
Not sure about legal risk of using/emulating Cuda runtime API, I have started to design a neutral xpu Runtime API. So the architecture will be 4 tiers Numpy python API...
This is part of trial of porting cupy to ascend. for this MR, it is completed, I just split the core.pyx without touching any code logics, reorder some import. My...
### Description I have a plan to port Cupy to Ascend NPU this year in my spare time, while first of all, I need to double check if sb has...