Implement pre-packed blobs serialization on disk and their memory mapping on load #37188
Annotations
1 error and 11 warnings
Run reviewdog/action-cpplint@master
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/buffer_deleter.h#L8
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: buffer_deleter.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
include/onnxruntime/core/framework/buffer_deleter.h:8: Found C++ system header after other header. Should be: buffer_deleter.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
include/onnxruntime/core/framework/buffer_deleter.h#L36
[cpplint] reported by reviewdog 🐶
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
Raw Output:
include/onnxruntime/core/framework/buffer_deleter.h:36: Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.cc#L106
[cpplint] reported by reviewdog 🐶
Add #include <string> for string [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.cc:106: Add #include <string> for string [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.cc#L117
[cpplint] reported by reviewdog 🐶
Add #include <utility> for move [build/include_what_you_use] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.cc:117: Add #include <utility> for move [build/include_what_you_use] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L10
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:10: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L11
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:11: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L12
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:12: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L13
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:13: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L14
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:14: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/framework/prepacked_weights_container.h#L15
[cpplint] reported by reviewdog 🐶
Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
Raw Output:
onnxruntime/core/framework/prepacked_weights_container.h:15: Found C++ system header after other header. Should be: prepacked_weights_container.h, c system, c++ system, other. [build/include_order] [4]
|
Loading