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

[Merged by Bors] - Testing adlik performance #102

Closed
wants to merge 1 commit into from

Conversation

KellyZhang2020
Copy link
Contributor

Closes #79
Signed-off-by: zhangkaili zhang.kaili@zte.com.cn

@KellyZhang2020 KellyZhang2020 force-pushed the benchmark branch 3 times, most recently from 59cb921 to 1ac04d8 Compare May 23, 2020 00:36
@KellyZhang2020 KellyZhang2020 requested review from shiyingjin and removed request for shiyingjin May 23, 2020 03:33
@shiyingjin shiyingjin changed the title Testing adlik performance (#79) Testing adlik performance Jun 1, 2020
cub/log/log.cc Outdated
@@ -27,7 +27,8 @@ int threshold() {
inline void LogStream::trace() const {
char buf[32];
timesystem().format(buf);
fprintf(stderr, "%s: %c %s:%d] %s\n", buf, "DIWEF"[level], file, line, str().c_str());
FILE* stream = freopen( "/home/john/Adlik/serving_time.log", "a", stdout);
Copy link
Contributor

Choose a reason for hiding this comment

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

You could never known where the adlik_serving works. The log path can't be assumed

cuda-nvml-dev-10-0 \
cuda-nvrtc-10-0 \
git \
libtbb2 \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you indenting here?

'libnvonnxparsers-dev=*+cuda10.0' \
libtool \
python \
python3-setuptools \
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are you indenting here?

@KellyZhang2020 KellyZhang2020 force-pushed the benchmark branch 2 times, most recently from 8873cc4 to 8574df7 Compare June 11, 2020 06:20
@KellyZhang2020 KellyZhang2020 force-pushed the benchmark branch 3 times, most recently from 6b4ac98 to d888a4d Compare June 13, 2020 02:19
Closes #79
Signed-off-by: zhangkaili <zhang.kaili@zte.com.cn>
@amadeus-zte
Copy link
Contributor

bors r+

bors bot pushed a commit that referenced this pull request Jun 13, 2020
Closes #79
Signed-off-by: zhangkaili <zhang.kaili@zte.com.cn>
@bors
Copy link
Contributor

bors bot commented Jun 13, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title Testing adlik performance [Merged by Bors] - Testing adlik performance Jun 13, 2020
@bors bors bot closed this Jun 13, 2020
@bors bors bot deleted the benchmark branch June 13, 2020 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adlik Benchmark Test framework
4 participants