scanner-research / scanner

Efficient video analysis at scale
https://scanner-research.github.io/
Apache License 2.0
620 stars 108 forks source link

If the device is not set for an Op, automatically choose whatever kernel type is available #151

Open fpoms opened 6 years ago

fpoms commented 6 years ago

For example, use a GPU kernel if available.

Currently, we just always default to using CPU if the device is not specified.