-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently I do not think that the WBIN tree algorithm is doing the GPU side subset generation efficiently. It is accurate, but it uses a for loop to keep on repeating the subset generation. I want to do all the subset generation in bulk but I'm not sure how currently.
I want to do this in one bulk transfer, rather than in each iteration of DFS.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request