ck-env icon indicating copy to clipboard operation
ck-env copied to clipboard

create target device description

Open gfursin opened this issue 8 years ago • 1 comments

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 avatar Sep 12 '16 11:09 gfursin

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

gfursin avatar Sep 21 '16 12:09 gfursin