1 Star 0 Fork 0

大魔王/cutlass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
mihir-awatramani 提交于 2025-01-25 15:44 +08:00 . CUTLASS 3.8 Release (#2059)
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "nvidia-cutlass"
version = "3.8.0.0"
description = "CUTLASS"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "BSD-3-Clause"}
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
]
dependencies = [
"cuda-python>=11.8.0",
"networkx",
"numpy",
"pydot",
"scipy",
"treelib"
]
[project.urls]
"Homepage" = "https://github.com/nvidia/cutlass"
"Bug Tracker" = "https://github.com/nvidia/cutlass/issues"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/week233/cutlass.git
git@gitee.com:week233/cutlass.git
week233
cutlass
cutlass
main

搜索帮助