-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Lml/jit decorator #673
Lml/jit decorator #673
Conversation
Codecov Report
@@ Coverage Diff @@
## master #673 +/- ##
==========================================
+ Coverage 64.79% 64.95% +0.15%
==========================================
Files 135 136 +1
Lines 7835 7893 +58
Branches 1388 1399 +11
==========================================
+ Hits 5077 5127 +50
- Misses 2493 2499 +6
- Partials 265 267 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
LGTM now, please @hellock have a check. |
Task linked: CU-5brfzn MMCV add parrots JIT API |
Hi! We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
1、rename parrots.jit.pat as mmcv.jit
2、add tests for mmcv.jit, these test cases will pass under both pytorch and parrots environment