GpuBTree icon indicating copy to clipboard operation
GpuBTree copied to clipboard

Concurrent operations support

Open enoch-robinson opened this issue 4 years ago • 3 comments

Is there implemetation and test for concurrent operations support which is evaluated in Section 5.6 of your thesis?

enoch-robinson avatar Jun 17 '20 03:06 enoch-robinson

Hi, I've been refactoring the code so I haven't added these yet, but it should be simple to add for the current supported operations (insert, query, and delete). Which operations are you looking for? also curious about the semantics you are looking for for these concurrent operations?

maawad avatar Jun 17 '20 04:06 maawad

The concurrent operations that mixed operations (insert, query, delete) are processed in same kernel. I find your interface are only "insertKey","SearchKey" that only process same type of operations in one kernel. The concurrent semantics can be same with the statement in Section 5.6.

enoch-robinson avatar Jun 17 '20 04:06 enoch-robinson

Okay, I'll add a test for that (this weekend hopefully).

maawad avatar Jun 17 '20 05:06 maawad