Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-Prasad-V committed Jun 26, 2024
1 parent 21a7627 commit a5f003a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cuda/cuda-conversion.cu
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,12 @@ void rscuda::y16_y16_from_y12i_10_cuda_helper(uint8_t* const dest[], int count,
*/
}

template<class rscuda::y12i_pixel>
void rscuda::y16_y16_from_y12i_10_cuda_helper(uint8_t* const dest[], int count, const rscuda::y12i_pixel * source);


template<class rscuda::y12i_pixel_mipi>
void rscuda::y16_y16_from_y12i_10_cuda_helper(uint8_t* const dest[], int count, const rscuda::y12i_pixel_mipi * source);

__global__ void kernel_z16_y8_from_sr300_inzi_cuda(const uint16_t* source, uint8_t* const dest, int count)
{
Expand Down

0 comments on commit a5f003a

Please sign in to comment.