Skip to content

Speed up GPU processing of WBIN-Tree #7

@deHank

Description

@deHank

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.

Image

I want to do this in one bulk transfer, rather than in each iteration of DFS.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions