onnxruntime/onnxruntime
Dwayne Robinson dd86e3be10 Merged PR 4596882: Fix assert in ReadbackFromGpu
`ExecutionProviderImpl::CopyTensors` calls `ReadbackFromGpu`, and depending on the mix of source/destination tensors (CPU/CPU, CPU/GPU, GPU/CPU, GPU/GPU), there can be anywhere from 0 to multiple tensors to copy. Copying 0 tensors is not an assertable failure and should just be a nop (tests work fine in release build). This assert reproes locally when running Pad tests (and some other operator tests too).
2020-04-24 01:12:50 +00:00
..
contrib_ops Implement Inverse(12) for CPU and CUDA (#3485) 2020-04-18 17:10:21 -07:00
core Merged PR 4596882: Fix assert in ReadbackFromGpu 2020-04-24 01:12:50 +00:00
featurizers_ops Resolve comments and make minor changes to Featurizer transformers (#3535) 2020-04-15 13:29:24 -07:00
gsl Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
python Refactor some for the calibate.py. Add QLinearAdd and QLinearMul support. Fix bugs loading jpgs not strict RGB, and typoes in load_batch call. (#3542) 2020-04-18 17:10:55 -07:00
test Merge remote-tracking branch 'upstream/master' into user/jeffbloo/FreeDimOverrideByName 2020-04-19 11:57:42 -07:00
tool/etw Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
.style.yapf Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
__init__.py Bump up version number to 1.2 (#3097) 2020-02-26 17:25:16 -08:00
ReformatSource.ps1
ReformatSourcePython.bat Use yapf to format python (#3276) 2020-03-20 14:34:10 -07:00
VSCodeCoverage.runsettings