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

skip converting csv to MD #225

Merged
merged 2 commits into from
May 20, 2024
Merged

skip converting csv to MD #225

merged 2 commits into from
May 20, 2024

Conversation

superlopuh
Copy link
Collaborator

No description provided.

@superlopuh superlopuh self-assigned this May 20, 2024
Copy link

kernels,baseline,linalg,scf_xdsl,snitch_stream,snrt,min_llvm_mlir
conv2d_d1_s1_3x3 1x1x8x8xf64,1569,1491,,1504,1488,1491
ddot 128xf64,961,957,2245,205,569,957
dense 8x8xf64,3240,3257,,2729,2737,3240
dsum 8x16xf32,1224,809,5480,177,198,809
fill 16x16xf64,349,349,2647,291,289,349
matmul 4x4x4xf64,,,,207,,
matmul 4x4x8xf64,,,,251,,
matmul 4x8x4xf64,,,,255,,
matmul 4x8x8xf64,,,,382,,
matmul 8x4x4xf64,,,,265,,
matmul 8x4x8xf64,,,,381,,
matmul 8x8x4xf64,,,,386,,
matmul 8x8x8xf64,,,,648,,
pooling_nchw_max_d1_s2_3x3 1x1x16x16xf64,1447,1194,,1114,1099,1194
pooling_nchw_sum_d1_s2_3x3 1x1x16x16xf64,1940,1940,,1996,1981,1940
relu 16x16xf64,1096,1086,7556,335,324,1086

Copy link

kernels,baseline,linalg,scf_xdsl,snitch_stream,snrt
conv2d_d1_s1_3x3 1x1x8x8xf64,0.23,0.22,,0.22,0.22
ddot 128xf64,0.13,0.13,0.06,0.66,0.23
dense 8x8xf64,0.20,0.20,,0.24,0.23
dsum 8x16xf32,0.11,0.16,0.02,0.73,0.65
fill 16x16xf64,0.00,0.00,0.00,0.89,0.89
matmul 4x4x4xf64,,,,0.31,
matmul 4x4x8xf64,,,,0.51,
matmul 4x8x4xf64,,,,0.51,
matmul 4x8x8xf64,,,,0.67,
matmul 8x4x4xf64,,,,0.49,
matmul 8x4x8xf64,,,,0.67,
matmul 8x8x4xf64,,,,0.67,
matmul 8x8x8xf64,,,,0.79,
pooling_nchw_max_d1_s2_3x3 1x1x16x16xf64,0.31,0.37,,0.40,0.40
pooling_nchw_sum_d1_s2_3x3 1x1x16x16xf64,0.23,0.23,,0.22,0.22
relu 16x16xf64,0.24,0.24,0.03,0.77,0.80

@superlopuh superlopuh changed the title try v4.0.0 for md action skip converting csv to MD May 20, 2024
@superlopuh superlopuh marked this pull request as ready for review May 20, 2024 17:28
@superlopuh superlopuh merged commit 2ba8f23 into main May 20, 2024
1 check passed
@superlopuh superlopuh deleted the sasha/no-md branch May 20, 2024 17:28
Copy link

kernels,baseline,linalg,scf_xdsl,snitch_stream,snrt,min_llvm_mlir
conv2d_d1_s1_3x3 1x1x8x8xf64,1569,1491,,1504,1488,1491
ddot 128xf64,961,957,2245,205,569,957
dense 8x8xf64,3240,3257,,2729,2737,3240
dsum 8x16xf32,1224,809,5480,177,198,809
fill 16x16xf64,349,349,2647,291,289,349
matmul 4x4x4xf64,,,,207,,
matmul 4x4x8xf64,,,,251,,
matmul 4x8x4xf64,,,,255,,
matmul 4x8x8xf64,,,,382,,
matmul 8x4x4xf64,,,,265,,
matmul 8x4x8xf64,,,,381,,
matmul 8x8x4xf64,,,,386,,
matmul 8x8x8xf64,,,,648,,
pooling_nchw_max_d1_s2_3x3 1x1x16x16xf64,1447,1194,,1114,1099,1194
pooling_nchw_sum_d1_s2_3x3 1x1x16x16xf64,1940,1940,,1996,1981,1940
relu 16x16xf64,1096,1086,7556,335,324,1086

Copy link

kernels,baseline,linalg,scf_xdsl,snitch_stream,snrt
conv2d_d1_s1_3x3 1x1x8x8xf64,0.23,0.22,,0.22,0.22
ddot 128xf64,0.13,0.13,0.06,0.66,0.23
dense 8x8xf64,0.20,0.20,,0.24,0.23
dsum 8x16xf32,0.11,0.16,0.02,0.73,0.65
fill 16x16xf64,0.00,0.00,0.00,0.89,0.89
matmul 4x4x4xf64,,,,0.31,
matmul 4x4x8xf64,,,,0.51,
matmul 4x8x4xf64,,,,0.51,
matmul 4x8x8xf64,,,,0.67,
matmul 8x4x4xf64,,,,0.49,
matmul 8x4x8xf64,,,,0.67,
matmul 8x8x4xf64,,,,0.67,
matmul 8x8x8xf64,,,,0.79,
pooling_nchw_max_d1_s2_3x3 1x1x16x16xf64,0.31,0.37,,0.40,0.40
pooling_nchw_sum_d1_s2_3x3 1x1x16x16xf64,0.23,0.23,,0.22,0.22
relu 16x16xf64,0.24,0.24,0.03,0.77,0.80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant