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
5c92615d
Commit
5c92615d
authored
May 18, 2023
by
rocking
Browse files
Fix init
parent
e1914e7f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
profiler/src/profile_avg_pool2d_fwd.cpp
profiler/src/profile_avg_pool2d_fwd.cpp
+1
-1
profiler/src/profile_groupnorm.cpp
profiler/src/profile_groupnorm.cpp
+1
-1
profiler/src/profile_max_pool3d_fwd.cpp
profiler/src/profile_max_pool3d_fwd.cpp
+1
-1
No files found.
profiler/src/profile_avg_pool2d_fwd.cpp
View file @
5c92615d
...
...
@@ -65,7 +65,7 @@ int profile_avg_pool2d_fwd(int argc, char* argv[])
ck
::
DataTypeEnum
data_type
=
ck
::
DataTypeEnum
::
Half
;
bool
do_verification
=
true
;
int
init_method
=
0
;
bool
do_log
=
0
;
bool
do_log
=
false
;
bool
time_kernel
=
true
;
std
::
vector
<
index_t
>
in_length
=
{
2
,
32
,
30
,
30
};
...
...
profiler/src/profile_groupnorm.cpp
View file @
5c92615d
...
...
@@ -64,7 +64,7 @@ int profile_groupnorm(int argc, char* argv[])
ck
::
DataTypeEnum
data_type
=
ck
::
DataTypeEnum
::
Half
;
bool
do_verification
=
false
;
int
init_method
=
0
;
bool
do_log
=
0
;
bool
do_log
=
false
;
bool
time_kernel
=
1
;
std
::
vector
<
index_t
>
length
=
{
64
,
16
,
16
,
32
,
40
};
...
...
profiler/src/profile_max_pool3d_fwd.cpp
View file @
5c92615d
...
...
@@ -66,7 +66,7 @@ int profile_max_pool3d_fwd(int argc, char* argv[])
ck
::
DataTypeEnum
data_type
=
ck
::
DataTypeEnum
::
Half
;
bool
do_verification
=
true
;
int
init_method
=
0
;
bool
do_log
=
0
;
bool
do_log
=
false
;
bool
time_kernel
=
true
;
bool
return_index
=
false
;
...
...
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