-
Notifications
You must be signed in to change notification settings - Fork 31
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
Build as shared + Migrate testing to Python #73
Conversation
Migrate benchmarking to Python. No more using files to read the inference time.
Fix test_operators.py and update docs
Fix encoding
Fix tracing
Add fpic for shared library
Nice start
shouldn't this be dynamic/shared in the PR text? |
You are absolutely right. I'm gonna need a bit of help with the Makefile, might be doing really nasty stuff. Can you have a look? The main problem now is that we need to compile with the |
Add -fpic and fix benchmarking
Debug Win CI fail
More traces for Win CI issue
More traces for win ci issue
minor refactoring
fix win ci
fix win ci
f*** windows ci
…embedded-ml into migrate-python-tests
Migrate benchmarking to Python. No more using files to read the inference time.
Fix test_operators.py and update docs
Fix encoding
Fix tracing
Add fpic for shared library
Add -fpic and fix benchmarking
Debug Win CI fail
More traces for Win CI issue
More traces for win ci issue
minor refactoring
fix win ci
fix win ci
f*** windows ci
52a540f
to
c3c5e43
Compare
7772fc0
to
d6587b9
Compare
Fix #60