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
ffe0ffe9
Commit
ffe0ffe9
authored
Oct 26, 2022
by
rocking
Browse files
Sync the naming with the develop
parent
963e4a71
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
23 deletions
+23
-23
library/include/ck/library/tensor_operation_instance/device_operation_instance_factory.hpp
..._operation_instance/device_operation_instance_factory.hpp
+1
-1
library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_bias_forward_perlayer_quantization.hpp
...rouped_convolution_bias_forward_perlayer_quantization.hpp
+3
-3
library/src/tensor_operation_instance/gpu/quantization/device_conv2d_xdl_bias_quant_int8_instance.cpp
...antization/device_conv2d_xdl_bias_quant_int8_instance.cpp
+19
-19
No files found.
library/include/ck/library/tensor_operation_instance/device_operation_instance_factory.hpp
View file @
ffe0ffe9
...
...
@@ -28,7 +28,7 @@ using F16_F16_Tuple = ck::Tuple<F16, F16>;
using
F32_Tuple
=
ck
::
Tuple
<
F32
>
;
using
I
NT
32_Tuple
=
ck
::
Tuple
<
I
NT
32
>
;
using
I32_Tuple
=
ck
::
Tuple
<
I32
>
;
// GEMM layout
using
Row
=
ck
::
tensor_layout
::
gemm
::
RowMajor
;
...
...
library/include/ck/library/tensor_operation_instance/gpu/grouped_convolution_bias_forward_perlayer_quantization.hpp
View file @
ffe0ffe9
...
...
@@ -27,7 +27,7 @@ void add_device_conv2d_bias_perlayer_quantization_int8_instances(
GNHWK
,
int8_t
,
int8_t
,
I
NT
32_Tuple
,
I32_Tuple
,
int8_t
,
PassThrough
,
PassThrough
,
...
...
@@ -42,7 +42,7 @@ void add_device_conv2d_bias_relu_perlayer_quantization_int8_instances(
GNHWK
,
int8_t
,
int8_t
,
I
NT
32_Tuple
,
I32_Tuple
,
int8_t
,
PassThrough
,
PassThrough
,
...
...
@@ -95,7 +95,7 @@ struct DeviceOperationInstanceFactory<ck::tensor_operation::device::DeviceGroupe
is_same_v
<
OutLayout
,
GNHWK
>
)
{
if
constexpr
(
is_same_v
<
InDataType
,
int8_t
>
&&
is_same_v
<
WeiDataType
,
int8_t
>
&&
is_same_v
<
DsDataType
,
I
NT
32_Tuple
>
&&
is_same_v
<
OutDataType
,
int8_t
>
)
is_same_v
<
DsDataType
,
I32_Tuple
>
&&
is_same_v
<
OutDataType
,
int8_t
>
)
{
if
constexpr
(
is_same_v
<
Activation
,
PassThrough
>
)
add_device_conv2d_bias_perlayer_quantization_int8_instances
(
op_ptrs
);
...
...
library/src/tensor_operation_instance/gpu/quantization/device_conv2d_xdl_bias_quant_int8_instance.cpp
View file @
ffe0ffe9
This diff is collapsed.
Click to expand it.
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