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
8dd5c549
Commit
8dd5c549
authored
Apr 24, 2023
by
ltqin
Browse files
fix regular code
parent
a59cb900
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src_example/01_gemm_bias_softmax_gemm_permute/gemm_bias_softmax_gemm_permute.cpp
...s_softmax_gemm_permute/gemm_bias_softmax_gemm_permute.cpp
+1
-1
No files found.
src_example/01_gemm_bias_softmax_gemm_permute/gemm_bias_softmax_gemm_permute.cpp
View file @
8dd5c549
...
@@ -135,7 +135,7 @@ int main()
...
@@ -135,7 +135,7 @@ int main()
// get device op instances
// get device op instances
std
::
vector
<
std
::
unique_ptr
<
DeviceOp
>>
op_ptrs
;
std
::
vector
<
std
::
unique_ptr
<
DeviceOp
>>
op_ptrs
;
ck
::
tensor_operation
::
device
::
instance
::
DeviceOperationInstance
Builde
r
<
ck
::
tensor_operation
::
device
::
instance
::
DeviceOperationInstance
Creato
r
<
DeviceOp
,
DeviceOp
,
ck
::
tensor_operation
::
device
::
instance
::
ArchitectureEnum
::
Xdl
>::
ck
::
tensor_operation
::
device
::
instance
::
ArchitectureEnum
::
Xdl
>::
add_device_instances
(
op_ptrs
);
add_device_instances
(
op_ptrs
);
...
...
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