Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Apr 26, 2024
1 parent 9ab9aec commit f2e4d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace paddle {
namespace operators {
template <typename T>
using CudnnDataType = phi::backends::gpu::CudnnDataType<T>;
namespace dynload = platform::dynload;
namespace dynload = phi::dynload;
template <typename T>
using BatchNormParamType =
typename phi::backends::gpu::CudnnDataType<T>::BatchNormParamType;
Expand Down

0 comments on commit f2e4d0b

Please sign in to comment.