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
yangql
composable_kernel-1
Commits
7a7fe160
Commit
7a7fe160
authored
Sep 09, 2019
by
Chao Liu
Browse files
more utility code
parent
625838de
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
driver/src/driver.cpp
driver/src/driver.cpp
+7
-7
No files found.
driver/src/driver.cpp
View file @
7a7fe160
...
...
@@ -73,19 +73,19 @@ int main(int argc, char* argv[])
using
namespace
ck
;
#if 1
constexpr
index_t
N
=
64
;
constexpr
index_t
C
=
1
536
;
constexpr
index_t
HI
=
8
;
constexpr
index_t
WI
=
8
;
constexpr
index_t
K
=
256
;
constexpr
index_t
N
=
10
;
constexpr
index_t
C
=
1
0
;
constexpr
index_t
HI
=
10
;
constexpr
index_t
WI
=
10
;
constexpr
index_t
K
=
10
;
constexpr
index_t
Y
=
1
;
constexpr
index_t
X
=
1
;
using
ConvStrides
=
Sequence
<
1
,
1
>
;
using
ConvDilations
=
Sequence
<
1
,
1
>
;
constexpr
index_t
HPad
=
0
;
constexpr
index_t
WPad
=
0
;
constexpr
index_t
HPad
=
2
;
constexpr
index_t
WPad
=
2
;
#elif 1
// 3x3, 34x34
constexpr
index_t
N
=
64
;
...
...
Prev
1
2
Next
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