Deify opmath_t into its own header, align with accscalar_t (#63986)
authorEdward Yang <ezyang@fb.com>
Thu, 26 Aug 2021 13:58:12 +0000 (06:58 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 26 Aug 2021 13:59:46 +0000 (06:59 -0700)
commit10da1fc3f869075d698fbcda6e0b3ece739973d2
treea2a580118fe70595f1bb6b890be8976c368edbc2
parent774ae0851d98829b412e46dde85e716dad065a06
Deify opmath_t into its own header, align with accscalar_t (#63986)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63986

Fixes #63985

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
Test Plan: Imported from OSS

Reviewed By: malfet

Differential Revision: D30555996

Pulled By: ezyang

fbshipit-source-id: b6e4d56a5658ed028ffc105cc4b479faa6882b65
aten/src/ATen/OpMathType.h [new file with mode: 0644]
aten/src/ATen/native/cuda/AmpKernels.cu
aten/src/ATen/native/cuda/ForeachBinaryOpList.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu
aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu
aten/src/ATen/native/cuda/ForeachFunctors.cuh
aten/src/ATen/native/cuda/ForeachPointwiseOp.cu
aten/src/ATen/native/cuda/ForeachUnaryOp.cu