mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
Exclude candy from CUDA tests
This commit is contained in:
parent
143ae98a37
commit
104f3b2a59
1 changed files with 1 additions and 0 deletions
|
|
@ -526,6 +526,7 @@ int real_main(int argc, char* argv[], Ort::Env& env) {
|
|||
#endif
|
||||
|
||||
#ifdef USE_CUDA
|
||||
broken_tests.insert({"candy", "result mismatch"});
|
||||
broken_tests.insert({"mask_rcnn_keras", "result mismatch"});
|
||||
broken_tests.insert({"mlperf_ssd_mobilenet_300", "unknown error"});
|
||||
broken_tests.insert({"mlperf_ssd_resnet34_1200", "unknown error"});
|
||||
|
|
|
|||
Loading…
Reference in a new issue