Skip to content

Commit

Permalink
Remove FP8 tests that cannot generate with Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed May 5, 2024
1 parent e4c9fa2 commit 8ffa237
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,9 @@ hwpe-test:
- { OP: gemm, M: 24, N: 32, K: 1, FMT: FP8 }
- { OP: gemm, M: 31, N: 32, K: 16, FMT: FP8 }
- { OP: gemm, M: 17, N: 32, K: 16, FMT: FP8 }
- { OP: gemm, M: 31, N: 32, K: 31, FMT: FP8 }
- { OP: gemm, M: 17, N: 32, K: 3, FMT: FP8 }
- { OP: gemm, M: 5, N: 32, K: 17, FMT: FP8 }
- { OP: gemm, M: 5, N: 32, K: 3, FMT: FP8 }
- { OP: gemm, M: 36, N: 31, K: 32, FMT: FP8 }
- { OP: gemm, M: 12, N: 31, K: 16, FMT: FP8 }
- { OP: gemm, M: 23, N: 31, K: 31, FMT: FP8 }
- { OP: gemm, M: 24, N: 17, K: 32, FMT: FP8 }
- { OP: gemm, M: 24, N: 20, K: 32, FMT: FP8 }

Expand Down

0 comments on commit 8ffa237

Please sign in to comment.