Enable fp16 for MIOPEN operators in Caffe2 (#14905)
authorrohithkrn <rohith.nallamaddi@gmail.com>
Sat, 8 Dec 2018 01:23:49 +0000 (17:23 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 8 Dec 2018 01:26:44 +0000 (17:26 -0800)
commit11a9248d01fe2c1e946785ca9a2c5e393f549a1c
tree4869913b2a879a38a826041819eb04c31f007059
parent70598740ec4d1e86ae88f82c05fbaa92bc1b7532
Enable fp16 for MIOPEN operators in Caffe2 (#14905)

Summary:
This PR enables fp16 MIOPEN operators in Caffe2.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14905

Differential Revision: D13383439

Pulled By: bddppq

fbshipit-source-id: 840afa8d08bef2952ca0039dee2423f1542bb330
caffe2/operators/hip/activation_ops_miopen.h
caffe2/operators/hip/conv_op_miopen.hip
caffe2/operators/hip/elu_op_miopen.hip
caffe2/operators/hip/local_response_normalization_op_miopen.hip
caffe2/operators/hip/pool_op_miopen.hip
caffe2/operators/hip/spatial_batch_norm_op_miopen.hip
caffe2/python/operator_test/activation_ops_test.py