mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Re-disable tests (#7495)
This commit is contained in:
parent
e6a3308db7
commit
f13b378995
1 changed files with 2 additions and 0 deletions
|
|
@ -130,5 +130,7 @@ std::unordered_map<std::string, std::string> disabledGpuTests(
|
|||
*/
|
||||
std::unordered_map<std::string, std::pair<std::string, std::string>> disabledGpuAdapterTests(
|
||||
{
|
||||
{"fp16_inception_v1_opset7", std::make_pair("NVIDIA", "Bug 31144419: Results of fp16_inception_v1 opset7 and opset8 aren't accurate enough on AMD Radeon VII & Intel(R) UHD Graphics 630 & NVIDIA https://microsoft.visualstudio.com/OS/_workitems/edit/31144419")},
|
||||
{"fp16_inception_v1_opset8", std::make_pair("NVIDIA", "Bug 31144419: Results of fp16_inception_v1 opset7 and opset8 aren't accurate enough on AMD Radeon VII & Intel(R) UHD Graphics 630 & NVIDIA https://microsoft.visualstudio.com/OS/_workitems/edit/31144419")},
|
||||
{"candy_opset9", std::make_pair("Intel\\(R\\) (UHD )?Graphics", "Bug 31652854: Results of candy_opset9 aren't accurate enough on Intel Graphics https://microsoft.visualstudio.com/OS/_workitems/edit/31652854")},
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue