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
jerrrrry
infinicore
Commits
1df7701e
Commit
1df7701e
authored
Mar 12, 2025
by
zhangyue
Browse files
issue/87: fix format
parent
29ac8dcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/infiniop/devices/kunlun/kunlun_handle.cc
src/infiniop/devices/kunlun/kunlun_handle.cc
+0
-2
No files found.
src/infiniop/devices/kunlun/kunlun_handle.cc
View file @
1df7701e
...
@@ -10,8 +10,6 @@ auto Handle::internal() const -> const std::shared_ptr<Internal> & {
...
@@ -10,8 +10,6 @@ auto Handle::internal() const -> const std::shared_ptr<Internal> & {
return
_internal
;
return
_internal
;
}
}
infiniStatus_t
Handle
::
Internal
::
useXdnn
(
kunlunStream_t
stream
,
const
Fn
<
xdnnHandle_t
>
&
f
)
const
{
infiniStatus_t
Handle
::
Internal
::
useXdnn
(
kunlunStream_t
stream
,
const
Fn
<
xdnnHandle_t
>
&
f
)
const
{
auto
handle
=
dnn_handles
.
pop
();
auto
handle
=
dnn_handles
.
pop
();
if
(
!
handle
)
{
if
(
!
handle
)
{
...
...
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