Python API for GPUtils
Project description
GPUtils API
Installation
As simple as...
pip install gputils-api
of course, preferably from within a virtual environment.
Write to file
import numpy as np
import gputils_api as g
a = np.eye(3)
g.write_array_to_gputils_binary_file(a, 'my_data.bt')
Read from file
import numpy as np
import gputils_api as g
x = g.read_array_from_gputils_binary_file('my_data.bt')
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 Distribution
gputils_api-1.7.1.tar.gz
(3.7 kB
view details)
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 gputils_api-1.7.1.tar.gz.
File metadata
- Download URL: gputils_api-1.7.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de9ab1e0b2ee31d275acb37365caa07668f6e974f250ba1363dafc9c6c6b7109
|
|
| MD5 |
dbd18f0554ee63f7c55ba19b79529751
|
|
| BLAKE2b-256 |
3d96d35a097879ee6e0ee0d76e23f11dc2b84b8fbe5599daa1ac6b13f233d0b5
|
File details
Details for the file gputils_api-1.7.1-py3-none-any.whl.
File metadata
- Download URL: gputils_api-1.7.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28aae3d5e9e4339ba6d79ded5866f87c370c0e2055f8d509bba8fd144895a685
|
|
| MD5 |
5be386a85be2b66ddfc31e02c78de36a
|
|
| BLAKE2b-256 |
5478912dfbf0db0ddfae0267c13bb9f540febf3607af2a1fdcc4abb1e6078f35
|