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
b5499578
Commit
b5499578
authored
Jun 07, 2023
by
yuguo960516yuguo
Browse files
hgemm fp32 hipfft.so
parent
ca73620b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
paddle/phi/backends/dynload/dynamic_loader.cc
paddle/phi/backends/dynload/dynamic_loader.cc
+1
-1
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
+1
-1
No files found.
paddle/phi/backends/dynload/dynamic_loader.cc
View file @
b5499578
...
...
@@ -394,7 +394,7 @@ void* GetROCFFTDsoHandle() {
#if defined(__APPLE__) || defined(__OSX__)
return
GetDsoHandleFromSearchPath
(
FLAGS_rocm_dir
,
"librocfft.dylib"
);
#else
return
GetDsoHandleFromSearchPath
(
FLAGS_rocm_dir
,
"lib
roc
fft.so"
);
return
GetDsoHandleFromSearchPath
(
FLAGS_rocm_dir
,
"lib
hip
fft.so"
);
#endif
}
#endif
...
...
paddle/phi/kernels/funcs/blas/blas_impl.hip.h
View file @
b5499578
...
...
@@ -738,7 +738,7 @@ inline void Blas<phi::GPUContext>::GEMM(CBLAS_TRANSPOSE transA,
C
,
rocblas_datatype_f16_r
,
N
,
rocblas_datatype_f
16
_r
);
rocblas_datatype_f
32
_r
);
}
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