enable cwise op zeta for ROCm
This commit is contained in:
parent
83a0c0e427
commit
119d9a113d
@ -19,10 +19,8 @@ namespace tensorflow {
|
||||
REGISTER2(BinaryOp, CPU, "Zeta", functor::zeta, float, double);
|
||||
REGISTER2(BinaryOp, CPU, "Polygamma", functor::polygamma, float, double);
|
||||
|
||||
#if GOOGLE_CUDA
|
||||
REGISTER2(BinaryOp, GPU, "Zeta", functor::zeta, float, double);
|
||||
#endif
|
||||
#if GOOGLE_CUDA || TENSORFLOW_USE_ROCM
|
||||
REGISTER2(BinaryOp, GPU, "Zeta", functor::zeta, float, double);
|
||||
REGISTER2(BinaryOp, GPU, "Polygamma", functor::polygamma, float, double);
|
||||
#endif
|
||||
} // namespace tensorflow
|
||||
|
Loading…
x
Reference in New Issue
Block a user