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
6c4268f9
Commit
6c4268f9
authored
Sep 06, 2022
by
Po-Yen, Chen
Browse files
Remove 'elementwise' from file paths
parent
18781f56
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
example/36_elementwise_permute/CMakeLists.txt
example/36_elementwise_permute/CMakeLists.txt
+0
-5
example/36_permute/CMakeLists.txt
example/36_permute/CMakeLists.txt
+5
-0
example/36_permute/common.hpp
example/36_permute/common.hpp
+0
-0
example/36_permute/permute_fp16.cpp
example/36_permute/permute_fp16.cpp
+1
-1
example/36_permute/run_permute_example.inc
example/36_permute/run_permute_example.inc
+0
-0
example/CMakeLists.txt
example/CMakeLists.txt
+1
-1
No files found.
example/36_elementwise_permute/CMakeLists.txt
deleted
100644 → 0
View file @
18781f56
add_custom_target
(
example_elementwise_permute
)
add_example_executable
(
example_elementwise_permute_fp16 elementwise_permute_fp16.cpp
)
add_dependencies
(
example_elementwise_permute example_elementwise_permute_fp16
)
example/36_permute/CMakeLists.txt
0 → 100644
View file @
6c4268f9
add_custom_target
(
example_permute
)
add_example_executable
(
example_permute_fp16 permute_fp16.cpp
)
add_dependencies
(
example_permute example_permute_fp16
)
example/36_
elementwise_
permute/common.hpp
→
example/36_permute/common.hpp
View file @
6c4268f9
File moved
example/36_
elementwise_permute/elementwise_
permute_fp16.cpp
→
example/36_
permute/
permute_fp16.cpp
View file @
6c4268f9
...
@@ -9,6 +9,6 @@ using BDataType = F16;
...
@@ -9,6 +9,6 @@ using BDataType = F16;
using
DevicePermuteInstance
=
ck
::
tensor_operation
::
device
::
using
DevicePermuteInstance
=
ck
::
tensor_operation
::
device
::
DevicePermute
<
ck
::
Tuple
<
ADataType
>
,
ck
::
Tuple
<
BDataType
>
,
PassThrough
,
4
,
8
,
S
<
8
>
,
S
<
1
>>
;
DevicePermute
<
ck
::
Tuple
<
ADataType
>
,
ck
::
Tuple
<
BDataType
>
,
PassThrough
,
4
,
8
,
S
<
8
>
,
S
<
1
>>
;
#include "run_
elementwise_
permute_example.inc"
#include "run_permute_example.inc"
int
main
(
int
argc
,
char
*
argv
[])
{
return
!
run_permute_example
(
argc
,
argv
);
}
int
main
(
int
argc
,
char
*
argv
[])
{
return
!
run_permute_example
(
argc
,
argv
);
}
example/36_
elementwise_permute/run_elementwise
_permute_example.inc
→
example/36_
permute/run
_permute_example.inc
View file @
6c4268f9
File moved
example/CMakeLists.txt
View file @
6c4268f9
...
@@ -51,5 +51,5 @@ add_subdirectory(32_batched_gemm_scale_softmax_gemm)
...
@@ -51,5 +51,5 @@ add_subdirectory(32_batched_gemm_scale_softmax_gemm)
add_subdirectory
(
33_multiple_reduce
)
add_subdirectory
(
33_multiple_reduce
)
add_subdirectory
(
34_batchnorm
)
add_subdirectory
(
34_batchnorm
)
add_subdirectory
(
35_splitK_gemm
)
add_subdirectory
(
35_splitK_gemm
)
add_subdirectory
(
36_
elementwise_
permute
)
add_subdirectory
(
36_permute
)
add_subdirectory
(
41_grouped_conv_conv_fwd
)
add_subdirectory
(
41_grouped_conv_conv_fwd
)
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