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

how do i support numba(a python module) #1865

Closed
CSUTailorWu opened this issue Jun 14, 2019 · 2 comments
Closed

how do i support numba(a python module) #1865

CSUTailorWu opened this issue Jun 14, 2019 · 2 comments

Comments

@CSUTailorWu
Copy link

Versions

  • Python:2.7.12
  • OS:ubuntu 16.04
  • Kivy:1.10.1
  • Cython:0.28.2

Description

// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect?
First,I test example correct in my environment. then,I try to alter some data,hold good. Now,i want to test numba(a site-module),The APP crash

buildozer.spec

Command:

// REPLACE ME: buildozer command ran? e.g. buildozer android debug

Spec file:

// REPLACE ME: Paste your buildozer.spec file here

Logs

// REPLACE ME: Paste the build ouput containing the error
@CSUTailorWu
Copy link
Author

just easy to use numba

from numba import jit
@jit
def hello():
return a

@LiamCodesX
Copy link

LiamCodesX commented Jun 17, 2019

No support for numba, ART used in Android that using multithreading for acceleration. Whether it’s going to run on a multicore way or CUDA for GPU,it's not for Android when numba for LLVM. If you want to cross compliling numba for different platform configurations,that is not a good idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants