Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pyhlml-1.7.1.85-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file pyhlml-1.7.1.85-py3-none-any.whl.

File metadata

  • Download URL: pyhlml-1.7.1.85-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.2

File hashes

Hashes for pyhlml-1.7.1.85-py3-none-any.whl
Algorithm Hash digest
SHA256 5d1b396355fca8f71141fbb617c61b090722d84a98c57d4add8e819882c45c91
MD5 7e5d4b50cd25ee21ec8a17baa8e1cad5
BLAKE2b-256 7e3b25b2e3fb0da4f67b046b6cafbe4db2d2d8ce1842b5d08d13231494be7c61

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page