|WARNING| pw132260 [PATCH v1 1/1] app/mldev: enable support for pre-quantized I/O

qemudev at loongson.cn qemudev at loongson.cn
Mon Oct 2 11:46:23 CEST 2023


Test-Label: loongarch-compilation
Test-Status: WARNING
http://dpdk.org/patch/132260

_apply patch failure_

Submitter: Srikanth Yalavarthi <syalavarthi at 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...



More information about the test-report mailing list