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
68989d80
"examples/nas/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "73b2221b5eb4fd21802e6bf41e21d5df8ef9bf2c"
Commit
68989d80
authored
Jul 15, 2025
by
Lei Wang
Committed by
LeiWang1999
Jul 15, 2025
Browse files
support torch.bool as kernel input (#636)
parent
e937faa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tilelang/jit/adapter/cython/cython_wrapper.pyx
tilelang/jit/adapter/cython/cython_wrapper.pyx
+1
-0
No files found.
tilelang/jit/adapter/cython/cython_wrapper.pyx
View file @
68989d80
...
...
@@ -166,6 +166,7 @@ cdef class CythonKernelWrapper:
torch
.
int16
:
ctypes
.
c_int16
,
torch
.
int32
:
ctypes
.
c_int32
,
torch
.
int64
:
ctypes
.
c_int64
,
torch
.
bool
:
ctypes
.
c_bool
,
}
call_args
=
[]
...
...
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