He Jia

Results 87 comments of He Jia

https://github.com/c3sr/tcu_scope what about a algorithm running reduce and scan kernel in Radix sort with Nvidia Tensor Core?

@MaxMotovilov Thank you for response. Here is the code: https://godbolt.org/z/d7a4shbch

Thank. It's a pity that any_scheduled_sender_of doesn't work. The reason for using the sender type erase is that in my code logic, different sender pipes will be returned for success...

> Coming to the issue from a totally different direction, in sender pipelines you can often express conditionals related to success or failure of the previous step without type erasure....

I‘m working on a RDMA pipe, so a sending/receiving routine may be very fast. Besides, is it a good choice for variant_sender? what variant_sender exactly designed for? @MaxMotovilov

@MaxMotovilov The performance of unifex::when_any was not as expected. After the task sender was completed and did not reach the timeout sender called, it did not immediately move on to...