fused modules of EPRI(SGRI) visual models
Project description
RELEASE NOTE
2.0.2
fix bugs that some cubins are under cuda API 12.4 instead of 11.8
USAGE
from torch import nn
from spexmlp.eswiglu import load_license,sFusedSwiglu
load_license(path="mylicense.dat",device="cuda:0")
model=sFusedSwiglu(1280,1280*3,1024)
x=torch.zeros((256,1280),dtype=torch.float16,device='cuda:0')
dy=torch.randn((256,1024),dtype=torch.float16,device='cuda:0')
y=model(x)
y.backward(dy)
print(x.grad)
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 Distributions
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 spexmlp-2.0.2.post24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: spexmlp-2.0.2.post24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e9345c114393f864c61b208e1a92f9a1b4ce13d87ba30b22ad88fc53267810b
|
|
| MD5 |
67d9a044204b9b8ef08ef7e76a8811be
|
|
| BLAKE2b-256 |
54fc09300d7dc99574e439a9ca20c9eaa596aba5c7382cb3e07a77d0ac26b8c6
|
File details
Details for the file spexmlp-2.0.2.post24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: spexmlp-2.0.2.post24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8386a522c01012fcea54bd76b27f072406682d694eeca8727fc89b3ad34264b4
|
|
| MD5 |
138e2a9dc12cda5f924c979796c03b02
|
|
| BLAKE2b-256 |
a8961bad0ce28b2880db3d93d353cec588c86914c43127668bf08fc88fabac9a
|
File details
Details for the file spexmlp-2.0.2.post24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: spexmlp-2.0.2.post24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
649d04d53cad58d716ffd8cbfdf92a917b7ba813221f6df7d03440f3d455a1e9
|
|
| MD5 |
46029296e617a6e8cd2b9cbb69832117
|
|
| BLAKE2b-256 |
799d30d1667e81a5d3f221c30d40f73a04b7eb48feffb6fded371af32cb2b472
|
File details
Details for the file spexmlp-2.0.2.post24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: spexmlp-2.0.2.post24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
086a28fb43169ab394f35cdb53111212f88e48c0cb7c14d347bb551cac440c6e
|
|
| MD5 |
fe0bb404bc64949886efb3342b52f645
|
|
| BLAKE2b-256 |
56deb5dd0027d151e1be69f5e980d17aca02112f66c44a9af710f977f41294aa
|