Add Dockerized basic Holoscan ingest pipeline#1
Open
dleshchev wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ZmqRxOp: ZMQ receive plus fast CBOR bslz4 extractionDecompressGpuOp: GPU bslz4 path using nvCOMP LZ4 plus CUDA bit-unshuffleZmqRxOp -> DecompressGpuOp -> StatsSinkOpValidation
python3 -m py_compile holoscan_pipeline/python/dectris_holoscan/*.pydocker compose -f docker/compose.holoscan.yaml configgit diff --checkdocker build -f docker/Dockerfile.holoscan -t dectris-holoscan-basic .dectris_holoscan_ops139,136.5 frames/s1,000,000frames in1000batches139,608.3 fpsshape=(1000, 96, 96),dtype=torch.uint16,device=cuda:00Current Limitations
96x96uint16bslz4 frames.libnvcomp5-cuda-13at5.0.0.6-1in the validated image).CompressedBatchpayloads point into a three-slot pinned host pool owned byZmqRxOp; the basic pipeline relies on downstream consumption before slot reuse.Follow-ups