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

create target device description #12

Open
gfursin opened this issue Sep 12, 2016 · 1 comment
Open

create target device description #12

gfursin opened this issue Sep 12, 2016 · 1 comment
Assignees

Comments

@gfursin
Copy link
Member

gfursin commented Sep 12, 2016

I started working on a module 'device' that should be used to describe avialable target platforms where we can remotely run workloads on (and possibly compile program if supported). For now, device description will be added manually including target_os, target_device_id (for Android devices).

Importantly, we should also agree on how to describe remote access (i.e. if it's via ADB, SSH, on even CK for Windows-based devices).

Then we will need to update 'program' module from ck-autotuning to take '--target={device UOA}' as an input and then prepare all necessary steps to compile and run program for this device ...

I expect we will need to discuss implementation detail more ...

@gfursin
Copy link
Member Author

gfursin commented Sep 21, 2016

I have now implemented basic functionality. Now adding its support to "program" module ...

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

No branches or pull requests

1 participant