We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d3405 commit c0e176fCopy full SHA for c0e176f
2 files changed
experimental/cuda-lang/pyproject.toml
@@ -18,6 +18,7 @@ package-dir = {"" = "src"}
18
[tool.setuptools.packages.find]
19
where = ["src"]
20
include = [
21
+ "cuda",
22
"cuda.lang",
23
"cuda.lang.*",
24
]
pyproject.toml
@@ -53,6 +53,7 @@ version = {file = "src/cuda/tile/VERSION"}
53
54
55
56
57
"cuda.tile",
58
"cuda.tile.compilation",
59
"cuda.tile._ir",
0 commit comments