Skip to content

Conversation

@batcheu
Copy link
Contributor

@batcheu batcheu commented Dec 3, 2025

This implements new BulkPipelineModel class to handle NPU model loading.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee [email protected]


@batcheu
Copy link
Contributor Author

batcheu commented Dec 3, 2025

Note: Google Test filter = BulkPipelineModelTest.*
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from BulkPipelineModelTest
[ RUN      ] BulkPipelineModelTest.test_model_creation
[       OK ] BulkPipelineModelTest.test_model_creation (0 ms)
[ RUN      ] BulkPipelineModelTest.test_model_run
[       OK ] BulkPipelineModelTest.test_model_run (0 ms)
[ RUN      ] BulkPipelineModelTest.test_model_release
[       OK ] BulkPipelineModelTest.test_model_release (0 ms)
[----------] 3 tests from BulkPipelineModelTest (0 ms total)

[----------] Global test environment tear-down
[==========] 3 tests from 1 test suite ran. (0 ms total)
[  PASSED  ] 3 tests.

@batcheu batcheu marked this pull request as draft December 3, 2025 07:12
This implements new BulkPipelineModel class to handle NPU model loading.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
@batcheu batcheu force-pushed the introduce_bulkpipeline_model branch from c9f19d2 to 7650c0a Compare December 8, 2025 05:00
@batcheu batcheu marked this pull request as ready for review December 8, 2025 05:01
Comment on lines +17 to +18
#ifndef __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
#define __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
Copy link
Contributor

@glistening glistening Dec 9, 2025

Choose a reason for hiding this comment

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

Suggested change
#ifndef __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
#define __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
#ifndef __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__
#define __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__

Could you please put a few _ between CamelStyle words?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I found that I already did same typo errors in over previous commits ;(
Can I revise them all in other PR?

} // namespace backend
} // namespace onert

#endif // __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
#endif // __ONERT_BACKEND_TRIX_OPS_BULKPIPELINEMODEL_H__
#endif // __ONERT_BACKEND_TRIX_OPS_BULK_PIPELINE_MODEL_H__

Copy link
Contributor

@hseok-oh hseok-oh left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@llFreetimell llFreetimell left a comment

Choose a reason for hiding this comment

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

LGTM

@batcheu
Copy link
Contributor Author

batcheu commented Dec 30, 2025

@hseok-oh
Ping

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.

5 participants