Skip to content

Commit 6c395e9

Browse files
authored
Remove unsupported method encode_prepack() from flash attention tests (#12970)
Summary: Remove unsupported method encode_prepack() from flash attention tests which was causing CI failure. Reviewed By: mcr229 Differential Revision: D79128259
1 parent a87723d commit 6c395e9

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
@@ -583,7 +583,6 @@ void test_vulkan_flash_attention(
583583
ValueRef staging_out = graph.set_output_tensor(r_out);
584584

585585
graph.prepare();
586-
graph.encode_prepack();
587586
graph.prepack();
588587

589588
// Copy inputs and run
@@ -841,7 +840,6 @@ void test_reference_flash_attention(
841840
ValueRef staging_out = graph.set_output_tensor(r_out);
842841

843842
graph.prepare();
844-
graph.encode_prepack();
845843
graph.prepack();
846844

847845
graph.copy_into_staging(r_q.staging, q.const_data_ptr(), q.numel());

0 commit comments

Comments
 (0)