8000 Complie issue cause lost #include · Issue #11307 · pytorch/executorch · GitHub
[go: up one dir, main page]

Skip to content
Complie issue cause lost #include #11307
@barbecacov

Description

@barbecacov

🐛 Describe the bug

sh executorch/backends/qualcomm/scripts/build.sh;
when complie executorch/exa 5DD6 mples/qualcomm/oss_scripts/llama/;
it reports "no template named 'unordered_map' in namespace 'std' in https://github.com/pytorch/executorch/blob/main/examples/qualcomm/oss_scripts/llama/runner/rpc_mem.h#L59"

if i add

#include <unordered_map>

it is ok;

please fix the bug, thank you

Versions

please fix the bug, thank you

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0