Add more GPU architectures support (#112)
* Add more GPU architectures support * Update layout.py * Optimize performance, Add SM90 support, Add 1D2D SM100 support * Add fmtlib submodule at commit 553ec11 --------- Co-authored-by: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com>
This commit is contained in:
3
deep_gemm/utils/__init__.py
Normal file
3
deep_gemm/utils/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from . import math, layout
|
||||
from .layout import *
|
||||
from .math import *
|
||||
Reference in New Issue
Block a user