-
Notifications
You must be signed in to change notification settings - Fork 106
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
[Feature](bangc-ops): add transform binary oprator. #839
Conversation
da68319
to
beea2a9
Compare
f251d41
to
a2c2edd
Compare
4d4a7fd
to
fe68e6c
Compare
c20c550
to
0b52f52
Compare
0b52f52
to
cf62e62
Compare
cf62e62
to
6e6ef62
Compare
1. Motivation将transform算子以二进制形式合入mluops 2. Modification增加算子transform 3. Test ReportIf you want to know how to do operator testing, you can see GTest-User-Guide-zh. 3.1 Modification Details3.1.1 Accuracy Acceptance StandardFor static threshold standard details, see: MLU-OPS Accuracy Acceptance Standard.
3.1.2 Operator Scheme checklist
3.2 Accuracy Test3.2.1 Accuracy TestIf you have checked the following items, please tick the relevant box.
3.2.2 Parameter CheckTest Point-1: Please fill your test results(Error Message) in here, ... Test Point-2: Test results... 3.3 Performance TestSee MLU-OPS Performance Acceptance Standard for details. Platform:MLU370 [----------] Global test environment tear-down
[ SUMMARY ] Total 1 cases of 1 op(s).
ALL PASSED.
[==========] 1 test case from 1 test suite ran. (2989 ms total)
[ PASSED ] 1 test case. Platform:MLU590 [----------] Global test environment tear-down
[ SUMMARY ] Total 1 cases of 1 op(s).
ALL PASSED.
[==========] 1 test case from 1 test suite ran. (449 ms total)
[ PASSED ] 1 test case. 3.4 Summary AnalysisPlease give a brief overview here, if you want to note and summarize the content. |
No description provided.