Skip to content

Commit

Permalink
set min ver supporting computeV2 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyShuai committed Oct 27, 2023
1 parent 28ad3ff commit 4ec5db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/session/custom_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static constexpr uint32_t min_ort_version_with_variadic_io_support = 14;
#endif

#if !defined(ORT_MINIMAL_BUILD) || defined(ORT_MINIMAL_BUILD_CUSTOM_OPS)
static constexpr uint32_t min_ort_version_with_compute_v2_support = 17;
static constexpr uint32_t min_ort_version_with_compute_v2_support = 16;
static constexpr uint32_t min_ort_version_with_shape_inference = 17;
#endif

Expand Down

0 comments on commit 4ec5db8

Please sign in to comment.