-
-
Notifications
You must be signed in to change notification settings - Fork 224
jit all the functions which are slow #98
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
Comments
@shreyasbapat I would like to work on this issue. |
Sure! Go ahead. Its a little tricky one though :) |
Any suggestions on how to identify the slow methords? |
The only problem in jitting functions is If there is some solution to be found, try this on |
I would like to take up this issue @ritzvik @shreyasbapat |
@SuyashSalampuria One good first issue is enough. You can dive into more complicated issues now :) |
Hey, I'm looking out for some slow methods right now, interested in solving this issue once I find them. |
Sure. Will wait for a Pull Request |
I would like to work on this. |
@Atheriz-46 Sure, but as mentioned by others, this issue is tricky due to the way |
As this is still open, can i work on this? |
@sanju50201 It is open. Feel free. |
using the JIT wrapper does increase the performance by few milli seconds, can i create a PR for the changes made? |
@sanju50201 Sure. Please also include a comparison table for the performance, something like With- |
this is with the works well when i just do tasks individually with |
@sanju50201 Could you expand on this? Are you facing any errors? |
Yes, this is the issue i'm facing: numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) |
@sanju50201 Yeah, However, in this particular case, you do not need to You can perhaps experiment with the geodesics or the integrators modules, that aren't |
@JeS24 This gives me a clear picture, thank you |
Uh oh!
There was an error while loading. Please reload this page.
🐞 Problem
Some methods are tooo slow! For which we brought
einsteinpy.ijit.jit
🎯 Goal
Make einsteinpy fast!
💡 Possible solutions
Identify the slow methods, and
📋 Steps to solve the problem
Addresses #<put issue number here>
P.S : See #98 (comment)
The text was updated successfully, but these errors were encountered: