-
Notifications
You must be signed in to change notification settings - Fork 61
Add custom op examples and documentation #638
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
Conversation
examples/onboarding_guide/customop/CustomGELU/src/customgelu_aic.cpp
Outdated
Show resolved
Hide resolved
| @@ -0,0 +1,27 @@ | |||
| --- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add the binary to folder? let user generate based on the readme?
quic-hemagnih
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should remove the lib.so file. Let customer generate their own lib.so file.
examples/onboarding_guide/customop/CustomGELU/src/customgelu_functions.cpp
Show resolved
Hide resolved
| @@ -0,0 +1,23 @@ | |||
| //----------------------------------------------------------------------------- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please double check the copyrights, I could see the following copyrights used in CPP files.
Can you please check this once from Jeff.
//-----------------------------------------------------------------------------
//
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. All rights reserved.
// Confidential and Proprietary - Qualcomm Technologies, Inc. and/or its subsidiaries.
//
//-----------------------------------------------------------------------------
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
Signed-off-by: Rishin Raj <rishinr@qti.qualcomm.com>
03d2735 to
90c4b1d
Compare
Added step by step instructions for adding custom op in Qeff