mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-12 17:57:38 +00:00
Fix Reduced Ops pipeline (#16612)
This commit is contained in:
parent
51c42ae64a
commit
5ffd58c8e6
1 changed files with 4 additions and 0 deletions
|
|
@ -1887,6 +1887,8 @@ TEST(CApiTest, basic_cuda_graph) {
|
|||
binding.ClearBoundOutputs();
|
||||
}
|
||||
|
||||
#ifndef REDUCED_OPS_BUILD
|
||||
// The following test uses some ops not supported in the reduced ops build
|
||||
TEST(CApiTest, cuda_graph_with_shape_nodes) {
|
||||
const auto& api = Ort::GetApi();
|
||||
|
||||
|
|
@ -1910,6 +1912,8 @@ TEST(CApiTest, cuda_graph_with_shape_nodes) {
|
|||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
TEST(CApiTest, create_tensor) {
|
||||
const char* s[] = {"abc", "kmp"};
|
||||
int64_t expected_len = 2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue