Skip to content

Initial amber microbenchmarks for performance testing core gpu features and functionality#1051

Merged
petermcneeleychromium merged 18 commits intogoogle:mainfrom
petermcneeleychromium:main
Sep 25, 2024
Merged

Initial amber microbenchmarks for performance testing core gpu features and functionality#1051
petermcneeleychromium merged 18 commits intogoogle:mainfrom
petermcneeleychromium:main

Conversation

@petermcneeleychromium
Copy link
Collaborator

These benchmarks the performance of:
Intrinsic functions
Conditionals (branches)
Shared and SSBO memory
Cached memory access

crbug.com/361315331

@petermcneeleychromium
Copy link
Collaborator Author

I think we might need a solution to the amber formatting. I might just try a local VS plaintext formatter

if( gl_LocalInvocationID.x == 0){
ssbo_wr.data[0] = 0;
}
barrier();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note i fixed this and made this only barrier

@petermcneeleychromium petermcneeleychromium merged commit ad83ed1 into google:main Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants