Skip to content

Commit 7f69630

Browse files
leafs1facebook-github-bot
authored andcommitted
Remove unsupported method encode_prepack() from flash attention tests
Summary: Remove unsupported method encode_prepack() from flash attention tests which was causing CI failure. Reviewed By: mcr229 Differential Revision: D79128259
1 parent 9deb51b commit 7f69630

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/vulkan/test/op_tests/sdpa_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ void test_vulkan_flash_attention(
584584
ValueRef staging_out = graph.set_output_tensor(r_out);
585585

586586
graph.prepare();
587-
graph.encode_prepack();
588587
graph.prepack();
589588
graph.encode_execute();
590589

@@ -843,7 +842,6 @@ void test_reference_flash_attention(
843842
ValueRef staging_out = graph.set_output_tensor(r_out);
844843

845844
graph.prepare();
846-
graph.encode_prepack();
847845
graph.prepack();
848846
graph.encode_execute();
849847

0 commit comments

Comments
 (0)