The test performs add on vector<16384xf32> with
number of workgroups = (128, 1, 1)
local workgroup size = (128, 1, 1)
On a NVIDIA Quadro P1000, I see the following results:
Command buffer submit time: 13us
Compute shader execution time: 19.616u
Differential D76799
[mlir][vulkan-runner] Add test to time a large vector add antiagainst on Mar 25 2020, 1:48 PM. Authored by
Details The test performs add on vector<16384xf32> with On a NVIDIA Quadro P1000, I see the following results: Command buffer submit time: 13us
Diff Detail
Event TimelineComment Actions LGTM! Thanks! |