You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
evaluate_decoder might evaluate a couple of times during setup, but there should be no new allocations happening when we enter the sampling&decodeing loop. This would require removing allocations from:
add tests that verify that future changes do not cause things to allocate again (potentially including tests inside of the LDPCDecoder and PyQDecoder libraries)
The text was updated successfully, but these errors were encountered:
evaluate_decoder
might evaluate a couple of times during setup, but there should be no new allocations happening when we enter the sampling&decodeing loop. This would require removing allocations from:decode
functions #217 )evaluate_decoder
itselfThe text was updated successfully, but these errors were encountered: