furiosa-ai / device-api

APIs that offers NPU devices' information and allow to control the devices
Apache License 2.0
5 stars 8 forks source link

Need blocking APIs #12

Closed hyunsik closed 2 years ago

hyunsik commented 2 years ago

Currently, device-api provides only async/await APIs. However, using APIs outside in async would be more common in many cases. We need to support the blocking APIs too.