Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenCLML] More ops and network coverage #12762

Merged
merged 1 commit into from
Sep 14, 2022
Merged

Commits on Sep 14, 2022

  1. [OpenCLML] More ops and network coverage

    Added operators pooling (avg, max), binary operators (add, subtract, multiply, min, max) and concat.
    Clip operator with min=0 and max=6 is remapped to relu6 to take advantage of CLML acceleration
    without sub graphing this to fallback path.
    
    Added new test cases for above listed operators and also end-to-end network test cases for Resnet50
    & InceptionV3.
    
    CLML support FP16 arithmetic mode which gives significant performance boost over FP32. This PR
    enhances FP16 usage based on Operator datatype in relay graph.
    
    Co-authored-by: Krishna Raju quic_kvegiraj@quicinc.com
    Co-authored-by: Shwetank Singh quic_shwesing@quicinc.com
    srkreddy1238 committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    90e8820 View commit details
    Browse the repository at this point in the history