mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
Fix chk build error
This commit is contained in:
parent
5d2874298e
commit
19cdd6f1e1
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ namespace Dml
|
|||
m_readbackHeap = CreateReadbackHeap(m_device.Get(), m_capacity);
|
||||
}
|
||||
|
||||
assert(gsl::narrow_cast<ptrdiff_t>(m_readbackHeap->GetDesc().Width) >= totalSize);
|
||||
assert(gsl::narrow_cast<ptrdiff_t>(m_readbackHeap->GetDesc().Width) >= size);
|
||||
}
|
||||
|
||||
void ReadbackHeap::ReadbackFromGpu(
|
||||
|
|
|
|||
Loading…
Reference in a new issue