Fix error message formatting in AT_CHECK/AT_ERROR (#16067)
authorvishwakftw <cs15btech11043@iith.ac.in>
Wed, 16 Jan 2019 19:12:47 +0000 (11:12 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 16 Jan 2019 19:34:13 +0000 (11:34 -0800)
commit503f412f795d6e91d3b16aafc1d522fbdc41b440
treeb163717018d967de69e45a6270b9ecdf075076e3
parent71b24127d22816217c748db4c7b38edbf017a4fc
Fix error message formatting in AT_CHECK/AT_ERROR (#16067)

Summary:
Changelog:

- Fix formatting for error messages in prelu, EmbeddingBag, RNN

Fixes https://github.com/pytorch/pytorch/issues/16043
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16067

Differential Revision: D13693286

Pulled By: soumith

fbshipit-source-id: b0760d13c9a45e82dababfc44dabe648e5345ca3
aten/src/ATen/native/Activation.cpp
aten/src/ATen/native/cuda/Activation.cu
aten/src/ATen/native/cuda/EmbeddingBag.cu
aten/src/ATen/native/cudnn/RNN.cpp