Skip to content
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

Creating a FFmpeg library along with a test … #1849

Merged
merged 9 commits into from
Apr 14, 2016

Conversation

fredbertsch
Copy link
Contributor

… that will work whether or not FFmpeg is installed on the machine running the test. This also creates a set of integration tests that will be run during the nightly build.
Change: 119061788

… not

FFmpeg is installed on the machine running the test.
Change: 119061788
@tensorflow-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@fredbertsch
Copy link
Contributor Author

Jenkins, test this please.

@martinwicke
Copy link
Member

Jenkins, test this please?


#include <stdlib.h>

#include "tensorflow/core/lib/core/command_line_flags.h"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @fredbertsch: we are trying hard to get rid of command_line_flags from libraries --- can you remove the need for this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we trying to remove them from tests as well? This isn't in a library. For context, this flag is passing in some context about the test environment to the test. We could also do that with an environment variable, but that's even worse.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to get rid of it from everywhere except in example binaries.

@caisq
Copy link
Contributor

caisq commented Apr 11, 2016

@tensorflow-jenkins test this please.

@caisq
Copy link
Contributor

caisq commented Apr 12, 2016

@tensorflow-jenkins test this please

@caisq
Copy link
Contributor

caisq commented Apr 13, 2016

@tensorflow-jenkins test this please

@caisq
Copy link
Contributor

caisq commented Apr 13, 2016

@tensorflow-jenkins test this please

@martinwicke
Copy link
Member

Jenkins, test this please.

@martinwicke
Copy link
Member

Jenkins, test this please, again.

@martinwicke
Copy link
Member

Jenkins, test this please

@caisq
Copy link
Contributor

caisq commented Apr 14, 2016

@tensorflow-jenkins test this please

@caisq caisq merged commit bc75c6f into tensorflow:master Apr 14, 2016
fsx950223 pushed a commit to fsx950223/tensorflow that referenced this pull request Nov 28, 2023
…ers-doc

Add TF2.10 to rocm_docs release page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants