[LANG] Added seeded random number generation - philox (#261)

This commit is contained in:
Szymon Sidor
2021-09-02 22:02:40 -07:00
committed by GitHub
parent c069ef907e
commit 8bedcce9be
16 changed files with 595 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ setup(
author_email="phil@openai.com",
description="A language and compiler for custom Deep Learning operations",
long_description="",
packages=["triton", "triton/_C", "triton/tools", "triton/ops", "triton/ops/blocksparse"],
packages=["triton", "triton/_C", "triton/language", "triton/tools", "triton/ops", "triton/ops/blocksparse"],
install_requires=["torch"],
package_data={"triton/ops": ["*.c"], "triton/ops/blocksparse": ["*.c"]},
include_package_data=True,