Xuye Qin

Results 435 comments of Xuye Qin

Is your data file sensitive? can you share the minimal data to help us to reproduce the error?

This is related to #2791 , some meta generation could be optimized in tile and building chunk graph.

Thanks, we will try to support it ASAP.

Nice question, the performance may be related with many factors, seems the implementation of `mt.linalg.inv` does not scale well when workers grow. We need to do some investigation to see...

@cmsxbc Do you mind to join slack https://join.slack.com/t/mars-computing/shared_invite/zt-1c39tdh83-K1AT9FmtKkUgOzmM6~Nwbg So that we can know more info about the problem you are solving.

We are planning to support data transfer through nvlink via ucx, it may need some time to develop.

As current developers of Mars don't have such background or experience on supercomputers. We may need the help from the community. Actually It will be fantastic if you may try...

Perhaps we need to generate an op which is subclass of `mars.core.operand.fuse.Fuse` to represent this computation. In optimization, this op is generated, it can be handled over to `pandas_eval` or...