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
fff442ff
Commit
fff442ff
authored
Jul 14, 2025
by
YdrMaster
Browse files
issue/291/fix: 改正 conv 中的编译错误
Signed-off-by:
YdrMaster
<
ydrml@hotmail.com
>
parent
13f402e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/infiniop/ops/conv/nvidia/conv_nvidia.cu
src/infiniop/ops/conv/nvidia/conv_nvidia.cu
+6
-6
No files found.
src/infiniop/ops/conv/nvidia/conv_nvidia.cu
View file @
fff442ff
...
@@ -262,12 +262,12 @@ public:
...
@@ -262,12 +262,12 @@ public:
workspace_size
(
other
.
workspace_size
)
workspace_size
(
other
.
workspace_size
)
// clang-format off
// clang-format off
#ifdef ENABLE_CUDNN_API
#ifdef ENABLE_CUDNN_API
,
x_desc
(
other
.
x_desc
)
,
,
x_desc
(
other
.
x_desc
)
,
y_desc
(
other
.
y_desc
)
,
,
y_desc
(
other
.
y_desc
)
,
w_desc
(
other
.
w_desc
)
,
,
w_desc
(
other
.
w_desc
)
,
b_desc
(
other
.
b_desc
)
,
,
b_desc
(
other
.
b_desc
)
,
act_desc
(
other
.
act_desc
)
,
,
act_desc
(
other
.
act_desc
)
,
conv_desc
(
other
.
conv_desc
)
,
,
conv_desc
(
other
.
conv_desc
)
,
algo
(
other
.
algo
)
,
algo
(
other
.
algo
)
#endif
#endif
// clang-format on
// clang-format on
...
...
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