From: qemudev@loongson.cn
To: test-report@dpdk.org
Cc: Srikanth Yalavarthi <syalavarthi@marvell.com>, zhoumin@loongson.cn
Subject: |WARNING| pw132260 [PATCH v1 1/1] app/mldev: enable support for pre-quantized I/O
Date: Mon, 2 Oct 2023 17:46:23 +0800 [thread overview]
Message-ID: <202310020946.3929kNPU2927057@localhost.localdomain> (raw)
In-Reply-To: <20231002100217.12456-1-syalavarthi@marvell.com>
Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/132260
_apply patch failure_
Submitter: Srikanth Yalavarthi <syalavarthi@marvell.com>
Date: Mon, 2 Oct 2023 03:02:17 -0700
DPDK git baseline: Repo:dpdk
Branch: main
CommitID: 5f99480bc32b5f643fb357f8bed022b9bd23ecad
Apply patch set 132260 failed:
Checking patch app/test-mldev/ml_options.c...
Hunk #2 succeeded at 283 (offset 13 lines).
Hunk #3 succeeded at 333 (offset 15 lines).
Hunk #4 succeeded at 382 (offset 15 lines).
Checking patch app/test-mldev/ml_options.h...
error: while searching for:
#define ML_TEST_MAX_MODELS 8
/* Options names */
#define ML_TEST ("test")
#define ML_DEVICE_ID ("dev_id")
#define ML_SOCKET_ID ("socket_id")
#define ML_MODELS ("models")
#define ML_FILELIST ("filelist")
#define ML_REPETITIONS ("repetitions")
#define ML_BURST_SIZE ("burst_size")
#define ML_QUEUE_PAIRS ("queue_pairs")
#define ML_QUEUE_SIZE ("queue_size")
#define ML_TOLERANCE ("tolerance")
#define ML_STATS ("stats")
#define ML_DEBUG ("debug")
#define ML_HELP ("help")
struct ml_filelist {
char model[PATH_MAX];
error: patch failed: app/test-mldev/ml_options.h:12
error: app/test-mldev/ml_options.h: patch does not apply
Checking patch app/test-mldev/test_inference_common.c...
error: while searching for:
}
t->model[fid].inp_dsize = 0;
for (i = 0; i < t->model[fid].info.nb_inputs; i++)
t->model[fid].inp_dsize +=
t->model[fid].info.input_info[i].nb_elements * sizeof(float);
t->model[fid].out_dsize = 0;
for (i = 0; i < t->model[fid].info.nb_outputs; i++)
t->model[fid].out_dsize +=
t->model[fid].info.output_info[i].nb_elements * sizeof(float);
/* allocate buffer for user data */
mz_size = t->model[fid].inp_dsize + t->model[fid].out_dsize;
error: patch failed: app/test-mldev/test_inference_common.c:777
error: app/test-mldev/test_inference_common.c: patch does not apply
Checking patch doc/guides/tools/testmldev.rst...
next parent reply other threads:[~2023-10-02 10:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20231002100217.12456-1-syalavarthi@marvell.com>
2023-10-02 9:46 ` qemudev [this message]
2023-10-02 10:03 ` |SUCCESS| " checkpatch
2023-10-02 10:59 ` 0-day Robot
2023-10-02 11:46 |WARNING| pw132260 [PATCH] [v1, " dpdklab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202310020946.3929kNPU2927057@localhost.localdomain \
--to=qemudev@loongson.cn \
--cc=syalavarthi@marvell.com \
--cc=test-report@dpdk.org \
--cc=zhoumin@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).