Skip to content

Undefined reference issues when generating SEAL code #3

@minghan1

Description

@minghan1

I encounter two issues when try to generate the SEAL library code for ReLU and ResNet20 using -P2C:fp:lib=seal :

1, The functions App_relu and App_relu_1 (along with App_relu_2, App_relu_3) are declared, but only App_relu is implemented (and the App_relu function is missing a closing '}').
2, When running the generated executable (from .onnx.c, .main.c, and the corresponding linked libraries), it throws an error: 'undefined reference to 'Seal_bootstrap'. It seems like there might be some options missing when compiling the SEAL library. What should I do?"

Metadata

Metadata

Assignees

No one assigned

    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