Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ BenchmarkProblems:
- ProblemSizes:
# - Exact: [16, 16, 1, 128]
- Exact: [32, 16, 1, 1024]
- Exact: [256, 256, 1, 64]
#- Exact: [256, 256, 1, 64] # TODO: this fails as currently tailloop is not supported for MX types.
- Exact: [1025, 513, 1, 2048]
# - Exact: [1026, 514, 1, 2048]
# - Exact: [1027, 515, 1, 2048]
Expand Down Expand Up @@ -139,7 +139,7 @@ BenchmarkProblems:
# - Exact: [777, 777, 1, 777]
- Exact: [128, 128, 1, 512]
#- Range: [[128], [128], [1], [1024,32,1280]]
- Range: [[128], [128], [1], [1024,64,1280]] #passed for DepthU = 64 but failed for DepthU = 128 since we currently don't support tailloop in MX feature.
#- Range: [[128], [128], [1], [1024,64,1280]] # TODO: passed for DepthU = 64 but failed for DepthU = 128 since we currently don't support tailloop in MX feature.
- Range: [[128,1,256], [128], [1], [1024]]
- Range: [[128], [128,1,256], [1], [1024]]
- BiasTypeArgs: ['s']
Expand Down
Loading