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.0rc3.tar.gz
(2.6 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.0rc3.tar.gz.
File metadata
- Download URL: gputils_api-1.7.0rc3.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
656458d312997f7030302bc9cedee4a96d05d60bde7523bc40b3c77f389fb972
|
|
| MD5 |
ca5b6b9f1fb63e6fe14f72ea646e814b
|
|
| BLAKE2b-256 |
6a91f6e2df02f9efb22f97fc3fd425414ed8ada3effef0a15414c20cc7729fab
|
File details
Details for the file gputils_api-1.7.0rc3-py3-none-any.whl.
File metadata
- Download URL: gputils_api-1.7.0rc3-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
b73e213ce289d2225f8a41c4a27982eea7dfbf28ec9610f909c9dc54375a64ca
|
|
| MD5 |
1999eef6c12236a02c44f88262d70a8a
|
|
| BLAKE2b-256 |
0c4b4bb9fc7ca913736a6ece50834812bd1bf08630e865e2e0ce238c6651e558
|