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.2.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.2.tar.gz.
File metadata
- Download URL: gputils_api-1.7.2.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 |
86a4db0bd42cbc3183c55f1c9b85113bd0af652627ee06cf685dcc32d40d67e4
|
|
| MD5 |
6bd0403a6d8274742440ca423eef7593
|
|
| BLAKE2b-256 |
a5ebd1e97685339a366dabfa11c176ae03699eeeff60a52a5d517a74293bcdd7
|
File details
Details for the file gputils_api-1.7.2-py3-none-any.whl.
File metadata
- Download URL: gputils_api-1.7.2-py3-none-any.whl
- Upload date:
- Size: 2.7 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 |
30e4c6f038daad7f1dd24a70a05c11547d62d88b967e900c47b33d2583046ef7
|
|
| MD5 |
12977d6dae4f769b9ce8c6be18c9903d
|
|
| BLAKE2b-256 |
7f470f9b035f69fde4546400adccf1aced59ef23502c9a9dea53aa76053cf46d
|