Skip to content

Commit

Permalink
Merge branch 'enh-conversion-to-coreml' of github.com:oddkiva/sara in…
Browse files Browse the repository at this point in the history
…to enh-conversion-to-coreml
  • Loading branch information
oddkiva committed Dec 20, 2023
2 parents 782c126 + 684420a commit a043583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/examples/Shakti/TensorRT/tensorrt_yolov4_example.cu
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ auto naive_downsample_and_transpose(CudaManagedTensor3f& tensor_chw_resized_32f,

static const auto threads_per_block = dim3{4, 16, 16};
static const auto num_blocks = dim3{
//
1, //
(hout + threads_per_block.y - 1) / threads_per_block.y,
(wout + threads_per_block.z - 1) / threads_per_block.z //
Expand Down

0 comments on commit a043583

Please sign in to comment.