Bobbi Winema Yogatama

Results 8 comments of Bobbi Winema Yogatama

Thanks @vyasr for contributing to this feature. I will coordinate with @brandon-b-miller and you starting next week to get in the loop and to start the draft moving again.

@brandon-b-miller @vyasr I refactored the C++ files following @bdice suggestion. I will push more changes on the python side this weekend.

> @bwyogatama Can you please update the base branch to `branch-22.12` and resolve conflicts to unblock CI tests? I think I have updated the base branch to branch-22.12

> Hi @bwyogatama ! > > I created a PR into your branch that should clean things up and put us in a position to start moving forward: > >...

Thanks @PointKernel for the explanation! This makes sense now. In our case, if we want each thread block to insert 128 keys, we would need `128 * CGSize` threads per...

Can you explain what is occupancy and multiplicity here?

Hi Jake, This is Bobbi. Basically, we want to implement hash join and try to use cuCollection to implement the hashing part. What we have is a pair of join...

Hi @jrhemstad @PointKernel , So it seems that it's possible to achieve this with cuCollection. I have a few questions as I try to understand the design. 1. So in...