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
gaoqiong
composable_kernel
Commits
ba9c511b
Commit
ba9c511b
authored
May 15, 2023
by
rocking
Browse files
clang format
parent
03e4f7ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
library/src/tensor_operation_instance/gpu/pooling_fwd/device_avg_pooling3d_fwd_ndhwc_f16_instance.cpp
...oling_fwd/device_avg_pooling3d_fwd_ndhwc_f16_instance.cpp
+0
-1
library/src/tensor_operation_instance/gpu/pooling_fwd/device_avg_pooling3d_fwd_ndhwc_f32_instance.cpp
...oling_fwd/device_avg_pooling3d_fwd_ndhwc_f32_instance.cpp
+0
-1
No files found.
library/src/tensor_operation_instance/gpu/pooling_fwd/device_avg_pooling3d_fwd_ndhwc_f16_instance.cpp
View file @
ba9c511b
...
@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f16_instances(
...
@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f16_instances(
instances
,
device_pooling3d_fwd_ndhwc_instances
<
F16
,
F16
,
I32
,
F32
,
ReduceOpId
,
false
>
{});
instances
,
device_pooling3d_fwd_ndhwc_instances
<
F16
,
F16
,
I32
,
F32
,
ReduceOpId
,
false
>
{});
}
}
}
// namespace instance
}
// namespace instance
}
// namespace device
}
// namespace device
}
// namespace tensor_operation
}
// namespace tensor_operation
...
...
library/src/tensor_operation_instance/gpu/pooling_fwd/device_avg_pooling3d_fwd_ndhwc_f32_instance.cpp
View file @
ba9c511b
...
@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f32_instances(
...
@@ -17,7 +17,6 @@ void add_device_avg_pooling3d_fwd_ndhwc_f32_instances(
instances
,
device_pooling3d_fwd_ndhwc_instances
<
F32
,
F32
,
I32
,
F32
,
ReduceOpId
,
false
>
{});
instances
,
device_pooling3d_fwd_ndhwc_instances
<
F32
,
F32
,
I32
,
F32
,
ReduceOpId
,
false
>
{});
}
}
}
// namespace instance
}
// namespace instance
}
// namespace device
}
// namespace device
}
// namespace tensor_operation
}
// namespace tensor_operation
...
...
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