Enable complex for tf.angle on GPU.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
parent
88de1cc935
commit
892bd9ef4a
@ -26,9 +26,7 @@ namespace tensorflow {
|
||||
REGISTER_COMPLEX(CPU, float, complex64);
|
||||
REGISTER_COMPLEX(CPU, double, complex128);
|
||||
|
||||
// TODO: Enable GPU support for angle op after resolving
|
||||
// build failures on GPU (See #10643 for context).
|
||||
#if 0 && GOOGLE_CUDA
|
||||
#if GOOGLE_CUDA
|
||||
REGISTER_COMPLEX(GPU, float, complex64);
|
||||
REGISTER_COMPLEX(GPU, double, complex128);
|
||||
#endif
|
||||
|
@ -13,9 +13,7 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
==============================================================================*/
|
||||
|
||||
// TODO: Enable GPU support for angle op after resolving
|
||||
// build failures on GPU (See #10643 for context).
|
||||
#if 0 && GOOGLE_CUDA
|
||||
#if GOOGLE_CUDA
|
||||
|
||||
#include "tensorflow/core/kernels/cwise_ops_gpu_common.cu.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user