-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove metadata from sent buffer #173
Conversation
build.sh
Outdated
cmake -B "${SCRIPT_DIR}/out" \ | ||
-DCMAKE_BUILD_TYPE="${BUILD_TYPE}" \ | ||
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" \ | ||
-DENABLE_ZERO_COPY=OFF \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why disable zero copy?
Rest seems rather ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It causes data corruption. I don't know if the fault is on the MCM side or MTL, but it is highly possible that the issue is in MTL. More investigation is needed, and disabling zero copy is only a temporary fix.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed this part as it is fixed in #174
954bc2d
to
e5bc107
Compare
Video data was overwritten with metadata, which resulted in not enough data being sent Signed-off-by: Kasiewicz, Marek <[email protected]>
e5bc107
to
dce72e8
Compare
Video data was overwritten with metadata, which resulted in not enough data being sent Signed-off-by: Kasiewicz, Marek <[email protected]>
Video data was overwritten with metadata, which resulted in not enough data being sent Signed-off-by: Kasiewicz, Marek <[email protected]>
Video data was overwritten with metadata, which resulted in not enough data being sent