Merge commit '85dc40ad23' into torzu-merging

This commit is contained in:
marius david 2025-01-01 20:08:44 +01:00
commit ac1191e4a1
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@ bool DmaPusher::Step() {
unsafe_process();
return true;
}
if (subchannel_type[dma_state.subchannel] == Engines::EngineTypes::KeplerCompute &&
dma_state.method == ComputeInline) {
unsafe_process();
return true;
}
safe_process();
return true;
}