-
Notifications
You must be signed in to change notification settings - Fork 622
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
Enable DALI build and tests for SBSA #2110
Conversation
85410a4
to
dd2e1e1
Compare
CI MESSAGE: [1470333]: BUILD STARTED |
CI MESSAGE: [1470333]: BUILD FAILED |
CI MESSAGE: [1470345]: BUILD STARTED |
CI MESSAGE: [1470345]: BUILD FAILED |
CI MESSAGE: [1470450]: BUILD STARTED |
CI MESSAGE: [1470450]: BUILD FAILED |
CI MESSAGE: [1470494]: BUILD STARTED |
CI MESSAGE: [1470502]: BUILD STARTED |
CI MESSAGE: [1470494]: BUILD FAILED |
CI MESSAGE: [1470502]: BUILD FAILED |
CI MESSAGE: [1470532]: BUILD STARTED |
CI MESSAGE: [1470532]: BUILD FAILED |
CI MESSAGE: [1470570]: BUILD STARTED |
CI MESSAGE: [1470570]: BUILD FAILED |
CI MESSAGE: [1470608]: BUILD STARTED |
CI MESSAGE: [1470608]: BUILD FAILED |
CI MESSAGE: [1471355]: BUILD STARTED |
CI MESSAGE: [1471355]: BUILD FAILED |
CI MESSAGE: [1471684]: BUILD STARTED |
CI MESSAGE: [1471684]: BUILD FAILED |
CI MESSAGE: [1472625]: BUILD STARTED |
CI MESSAGE: [1472625]: BUILD FAILED |
CI MESSAGE: [1472859]: BUILD STARTED |
CI MESSAGE: [1472859]: BUILD FAILED |
CI MESSAGE: [1473069]: BUILD STARTED |
8d4d04a
to
3541d07
Compare
CI MESSAGE: [1473069]: BUILD FAILED |
CI MESSAGE: [1490580]: BUILD STARTED |
CI MESSAGE: [1490580]: BUILD FAILED |
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
CI MESSAGE: [1491786]: BUILD STARTED |
CI MESSAGE: [1491834]: BUILD STARTED |
CI MESSAGE: [1491834]: BUILD PASSED |
CI MESSAGE: [1493413]: BUILD STARTED |
CI MESSAGE: [1493413]: BUILD PASSED |
print("GPUs: {}, batch: {}, workers: {}, prefetch depth: {}, loging interval: {}, fp16: {}, NHWC: {}, READ_SHUFFLE: {}, small dataset: {}," | ||
.format(N, BATCH_SIZE, WORKERS, PREFETCH, LOG_INTERVAL, FP16, NHWC, SMALL_DATA_SET, READ_SHUFFLE)) |
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.
The format string and printed arguments are reversed for the last two.
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.
Done
CI MESSAGE: [1494800]: BUILD STARTED |
CI MESSAGE: [1494800]: BUILD FAILED |
CI MESSAGE: [1495111]: BUILD STARTED |
CI MESSAGE: [1495111]: BUILD FAILED |
CI MESSAGE: [1495366]: BUILD STARTED |
CI MESSAGE: [1495366]: BUILD FAILED |
CI MESSAGE: [1496226]: BUILD STARTED |
CI MESSAGE: [1496226]: BUILD FAILED |
CI MESSAGE: [1497197]: BUILD STARTED |
CI MESSAGE: [1497197]: BUILD FAILED |
CI MESSAGE: [1497961]: BUILD STARTED |
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
CI MESSAGE: [1498286]: BUILD STARTED |
CI MESSAGE: [1497961]: BUILD PASSED |
CI MESSAGE: [1498286]: BUILD PASSED |
Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com
Why we need this PR?
Pick one, remove the rest
What happened in this PR?
Fill relevant points, put NA otherwise. Replace anything inside []
adds support for DALI build for SBSA (server base system architecture)
cmake
build.sh
video test
NA
CI
updated docs to reflect a new build configuration
JIRA TASK: [DALI-1102]