mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Fix a Win GPU reduced ops pipeline (#10202)
This commit is contained in:
parent
4ab891999a
commit
08f512b25e
1 changed files with 3 additions and 0 deletions
|
|
@ -744,6 +744,9 @@ TEST(CApiTest, RegisterCustomOpForCPUAndCUDA) {
|
|||
//It has memory leak. The OrtCustomOpDomain created in custom_op_library.cc:RegisterCustomOps function was not freed
|
||||
#if defined(__ANDROID__)
|
||||
TEST(CApiTest, DISABLED_test_custom_op_library) {
|
||||
//To accomodate a reduced op build pipeline
|
||||
#elif defined(REDUCED_OPS_BUILD) && defined(USE_CUDA)
|
||||
TEST(CApiTest, DISABLED_test_custom_op_library) {
|
||||
#else
|
||||
TEST(CApiTest, test_custom_op_library) {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue