Skip to content

Commit

Permalink
Support for dynamic slice in generic pattern matching for FP8 GEMMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphack committed Aug 25, 2023
1 parent 96f9557 commit 3e96679
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5001,6 +5001,7 @@ TEST_P(ParameterizedFp8GemmRewriteTest, ScaledABUnscaledDDynamicSliceF8) {
TF_ASSERT_OK_AND_ASSIGN(bool changed, this->RunHloPass(&pass, module.get()));
EXPECT_TRUE(changed);

CheckFp8IfSupported(hlo_text);
RunAndFilecheckHloRewrite(hlo_text,
GemmRewriter(se::CudaComputeCapability{
se::CudaComputeCapability::HOPPER, 0}),
Expand Down

0 comments on commit 3e96679

Please sign in to comment.