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
OpenDAS
Paddle
Commits
ab239e0a
Commit
ab239e0a
authored
May 12, 2023
by
yuguo960516yuguo
Browse files
hgemm fp32 ctype
parent
d2d32668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
+2
-2
No files found.
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
View file @
ab239e0a
...
@@ -922,7 +922,7 @@ inline void Blas<paddle::platform::CUDADeviceContext>::GEMM(
...
@@ -922,7 +922,7 @@ inline void Blas<paddle::platform::CUDADeviceContext>::GEMM(
C
,
C
,
rocblas_datatype_f16_r
,
rocblas_datatype_f16_r
,
N
,
N
,
rocblas_datatype_f
16
_r
);
rocblas_datatype_f
32
_r
);
}
}
template
<
>
template
<
>
template
<
>
template
<
>
...
@@ -977,7 +977,7 @@ inline void Blas<phi::GPUContext>::GEMM(CBLAS_TRANSPOSE transA,
...
@@ -977,7 +977,7 @@ inline void Blas<phi::GPUContext>::GEMM(CBLAS_TRANSPOSE transA,
C
,
C
,
rocblas_datatype_f16_r
,
rocblas_datatype_f16_r
,
N
,
N
,
rocblas_datatype_f
16
_r
);
rocblas_datatype_f
32
_r
);
}
}
template
<
>
template
<
>
...
...
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