Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
chilo-ms committed Feb 20, 2024
1 parent 9a4ecd9 commit 6e2c1ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3873,8 +3873,6 @@ Status TensorrtExecutionProvider::CreateNodeComputeInfoFromPrecompiledEngine(con
CUDA_RETURN_IF_ERROR(cudaStreamSynchronize(stream));
}

bool sync_stream_after_dds_output_copy = false;

// Assign TRT output back to ORT output
// (1) Bind TRT DDS output to ORT kernel context output. (It needs to wait until enqueueV3 is finished)
// (2) Cast TRT INT32 output to ORT INT64 output or TRT double output to float output
Expand Down

0 comments on commit 6e2c1ff

Please sign in to comment.