Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Major refactoring #32

Merged
merged 4 commits into from
Jan 29, 2024

Conversation

mehdiataei
Copy link
Contributor

MLUPS on my local PC (6000 Ada) before and after refactoring:

Single GPU: 1020 MLUPS -> 1803 MLUPS (76% increase)
multi-GPU (2x GPUs): 1660 MLUPS -> 3000 MLUPS (80% increase)

This increase seems to be the result of changing the data structure from AoS to SoA for LBM e.g. (going from (x, y, z, cardinality) to (cardinality, x, y, z)

@mehdiataei mehdiataei merged commit 78e9536 into Autodesk:major-refactoring Jan 29, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant