Python3 wrapper for the HLML library.
Project description
pyhlml
Python3 wrapper for the HLML library
Getting Started
The pyhlml library is an python API wrapper for the Synapse HLML library, documented here: https://docs.habana.ai/en/latest/API_Reference_Guides/HLML_API_Reference.html
Requirements
- Python3
- Habana-enabled device ( inc. Drivers/Firmware )
- Synapse version 1.0.1-81 or later
Install - PIP
$ pip3 install -e git+https://github.com/HabanaAI/pyhlml.git#egg=pyhlml
Basic Usage
import pyhlml
# Initialize the library
pyhlml.hlmlInit()
# Get total number of devices in the system
device_count = pyhlml.hlmlDeviceGetCount()
# For each device print utilization
for i in range(device_count):
device = pyhlml.hlmlDeviceGetHandleByIndex(i)
print(f"Device {i} Utilization: {pyhlml.hlmlDeviceGetUtilizationRates(device)}
# Shutdown
pyhlml.hlmlShutdown()
Versions
This wrapper shadows the synapse release versions and uses the scheme
$release-$build
where release is the synapse release and build is the build of this repo ( 0 indexed ).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyhlml-1.9.0.580.1-py3-none-any.whl.
File metadata
- Download URL: pyhlml-1.9.0.580.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5775bb8ac7a6cf1b44a2dcc23e50814ec6b2e7a950c1a206a0b0a9accbd1400e
|
|
| MD5 |
9ff95dbc6ab161cee75fa57bc6d8de04
|
|
| BLAKE2b-256 |
e8ba27cf258679b1928b0f6ddec0a6e23ae4bd89952fb8bfbda3c5950ee84da1
|