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
52ae168b
Commit
52ae168b
authored
Mar 22, 2019
by
Chao Liu
Browse files
adding inline asm
parent
fdaaaa50
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
driver/driver.hip.cpp
driver/driver.hip.cpp
+13
-1
No files found.
driver/driver.hip.cpp
View file @
52ae168b
...
@@ -580,7 +580,7 @@ int main(int argc, char* argv[])
...
@@ -580,7 +580,7 @@ int main(int argc, char* argv[])
constexpr
unsigned
HPad
=
0
;
constexpr
unsigned
HPad
=
0
;
constexpr
unsigned
WPad
=
0
;
constexpr
unsigned
WPad
=
0
;
#elif
1
#elif
0
// 1x1 filter, 14x14 image
// 1x1 filter, 14x14 image
constexpr
unsigned
N
=
128
;
constexpr
unsigned
N
=
128
;
constexpr
unsigned
C
=
2048
;
constexpr
unsigned
C
=
2048
;
...
@@ -590,6 +590,18 @@ int main(int argc, char* argv[])
...
@@ -590,6 +590,18 @@ int main(int argc, char* argv[])
constexpr
unsigned
Y
=
1
;
constexpr
unsigned
Y
=
1
;
constexpr
unsigned
X
=
1
;
constexpr
unsigned
X
=
1
;
constexpr
unsigned
HPad
=
0
;
constexpr
unsigned
WPad
=
0
;
#elif 1
// 1x1 filter, 14x14 image, C = 256
constexpr
unsigned
N
=
128
;
constexpr
unsigned
C
=
256
;
constexpr
unsigned
HI
=
14
;
constexpr
unsigned
WI
=
14
;
constexpr
unsigned
K
=
512
;
constexpr
unsigned
Y
=
1
;
constexpr
unsigned
X
=
1
;
constexpr
unsigned
HPad
=
0
;
constexpr
unsigned
HPad
=
0
;
constexpr
unsigned
WPad
=
0
;
constexpr
unsigned
WPad
=
0
;
#endif
#endif
...
...
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