Skip to content

Commit

Permalink
resolved all the merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat0907 committed Jul 13, 2023
1 parent c19f16f commit 1a9ac43
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 187 deletions.
6 changes: 3 additions & 3 deletions base/include/CCNPPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class CCNPPIProps : public ModuleProps
stream = _stream->getCudaStream();
imageType = _imageType;
}

cudastream_sp stream_sp;
cudaStream_t stream;
ImageMetadata::ImageType imageType;
ImageMetadata::ImageType imageType;
};

class CCNPPI : public Module
Expand Down Expand Up @@ -52,5 +52,5 @@ class CCNPPI : public Module
framemetadata_sp mOutputMetadata;
framemetadata_sp mIntermediateMetadata;
std::string mOutputPinId;
CCNPPIProps mProps;
CCNPPIProps mProps;
};
Loading

0 comments on commit 1a9ac43

Please sign in to comment.