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

add vkpeak #192

Closed
nihui opened this issue Apr 24, 2021 · 4 comments
Closed

add vkpeak #192

nihui opened this issue Apr 24, 2021 · 4 comments

Comments

@nihui
Copy link

nihui commented Apr 24, 2021

Hello !

I have created a tool which profiles Vulkan devices to find their peak capacities, called vkpeak

https://github.com/nihui/vkpeak

The idea of the vkpeak name comes from clpeak, which is for opencl devices.

The prebuild binaries for Linux Windows and MacOS are available at https://github.com/nihui/vkpeak/releases

Thanks !

The output info is formatted like

[nihui@nihui-pc build]$ ./vkpeak 0
device       = GeForce RTX 2070

fp32-scalar  = 8536.18 GFLOPS
fp32-vec4    = 8473.82 GFLOPS

fp16-scalar  = 8405.30 GFLOPS
fp16-vec4    = 16261.30 GFLOPS

fp64-scalar  = 262.86 GFLOPS
fp64-vec4    = 262.86 GFLOPS

int32-scalar = 8363.63 GIOPS
int32-vec4   = 8313.07 GIOPS

int16-scalar = 5518.05 GIOPS
int16-vec4   = 7138.91 GIOPS
@michaellarabel
Copy link
Member

Interesting, thanks. Will check it out. Though at the moment the releases page appears empty?

@nihui
Copy link
Author

nihui commented Apr 24, 2021

Interesting, thanks. Will check it out. Though at the moment the releases page appears empty?

I am trying to fix the release script at the moment. It should be ready sometime later.

@nihui
Copy link
Author

nihui commented Apr 24, 2021

Interesting, thanks. Will check it out. Though at the moment the releases page appears empty?

Binary packages are available now :)

@michaellarabel
Copy link
Member

Thanks, seems to be working out fine now.

https://openbenchmarking.org/test/pts/vkpeak

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

No branches or pull requests

2 participants