Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
c02b5710
Commit
c02b5710
authored
Feb 12, 2025
by
Lei Wang
Committed by
GitHub
Feb 12, 2025
Browse files
bump version into v0.1.0 (#76)
parent
a6fe61e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
VERSION
VERSION
+1
-1
setup.py
setup.py
+4
-2
No files found.
VERSION
View file @
c02b5710
0.0.1
\ No newline at end of file
0.1.0
\ No newline at end of file
setup.py
View file @
c02b5710
...
...
@@ -292,7 +292,8 @@ class TileLangBuilPydCommand(build_py):
# Copy CUTLASS to the package directory
CUTLASS_PREBUILD_ITEMS
=
[
"3rdparty/cutlass"
,
"3rdparty/cutlass/include"
,
"3rdparty/cutlass/tools"
,
]
for
item
in
CUTLASS_PREBUILD_ITEMS
:
source_dir
=
os
.
path
.
join
(
ROOT_DIR
,
item
)
...
...
@@ -307,7 +308,8 @@ class TileLangBuilPydCommand(build_py):
shutil
.
copy2
(
source_dir
,
target_dir
)
# copy compoable kernel to the package directory
CK_PREBUILD_ITEMS
=
[
"3rdparty/composable_kernel"
,
"3rdparty/composable_kernel/include"
,
"3rdparty/composable_kernel/library"
,
]
for
item
in
CK_PREBUILD_ITEMS
:
source_dir
=
os
.
path
.
join
(
ROOT_DIR
,
item
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment