Skip to content

Commit 611457f

Browse files
authored
Forward-fix vulkan test after XNNPACK update
Differential Revision: D112136754 Pull Request resolved: #20977
1 parent 4f95191 commit 611457f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backends/vulkan/test/op_tests/conv2d_gemm_dynamic_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ std::vector<float> conv2d_ref_xnnpack(
247247
out_min,
248248
out_max,
249249
/*flags=*/0,
250-
/*code_cache=*/nullptr,
251250
/*weights_cache=*/nullptr,
252251
&op);
253252
if (create_status != xnn_status_success || op == nullptr) {
@@ -267,7 +266,6 @@ std::vector<float> conv2d_ref_xnnpack(
267266
static_cast<size_t>(H_in),
268267
static_cast<size_t>(W_in),
269268
&workspace_size,
270-
&workspace_alignment,
271269
&out_h,
272270
&out_w,
273271
/*threadpool=*/nullptr);

0 commit comments

Comments
 (0)