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

jit compilation no longer works on google colab after v0.51.1 #6207

Closed
thomasdkelly opened this issue Sep 2, 2020 · 4 comments
Closed

jit compilation no longer works on google colab after v0.51.1 #6207

thomasdkelly opened this issue Sep 2, 2020 · 4 comments
Labels
bug - failure to compile Bugs: failed to compile valid code bug - regression A regression against a previous version of Numba duplicate

Comments

@thomasdkelly
Copy link

Hi I have a module that relies on numba jit compiled functions which i run on google colab. However, after version 0.51.1 the functions no longer compile on colab but do locally. When i exit the compilation, the line of code it is stuck on is in the controlflow file. I assume it is because of the changes made in "PR #6146: Fix compilation slowdown due to controlflow analysis" though i do not know why exactly.

Is there any reason why these changes mean the jit compilation no longer works in colab?

Thanks
Tom

@stuartarchibald
Copy link
Contributor

Thanks for the report. I would guess from the description you are hitting this bug: #6186 that was introduced in 0.51.1, good news is it's fixed in #6195 and 0.51.2 with this fix in is shipping as I type this.

@stuartarchibald stuartarchibald added bug - failure to compile Bugs: failed to compile valid code bug - regression A regression against a previous version of Numba duplicate labels Sep 2, 2020
@thomasdkelly
Copy link
Author

perfect thank you, will let you know if it continues with 0.51.2

@stuartarchibald
Copy link
Contributor

perfect thank you, will let you know if it continues with 0.51.2

Great, thanks.

@stuartarchibald
Copy link
Contributor

Closing this issue as it seems to be resolved. If this is not the case please re-open with a comment about any item that appears to be unresolved. Many thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - failure to compile Bugs: failed to compile valid code bug - regression A regression against a previous version of Numba duplicate
Projects
None yet
Development

No branches or pull requests

2 participants