[eigen-commits] commit/eigen: deven-amd: Fix for the HIP build+test errors introduced by the ndtri support. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: deven-amd: Fix for the HIP build+test errors introduced by the ndtri support.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 11 Sep 2019 14:42:17 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=content-type:mime-version:content-transfer-encoding:subject:from:to; s=s1; bh=XbGKtKeUIg/r0sfH5qT4YiXjfh0=; b=eyjkaRsjNYyDBKjL6XYwT2F nyfCEyEzLU2Tw7i6Qq/ig0JSw1a+CuGFbvmZh9I9ua4i/CRyqjdB2xkdGJeZr9xL Lj2oxV6EPJiwLjjNL+D7YG2wshA3Ne+d88vOXApzLF4C2YOknt+P0qbD7P46YC/D 4aK1kZzdg+7b80POlqOA=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/49177915a14a/
Changeset: 49177915a14a
User: deven-amd
Date: 2019-09-06 16:03:49+00:00
Summary: Fix for the HIP build+test errors introduced by the ndtri support.
The fixes needed are
* adding EIGEN_DEVICE_FUNC attribute to a couple of funcs (else HIPCC will error out when non-device funcs are called from global/device funcs)
* switching to using ::<math_func> instead std::<math_func> (only for HIPCC) in cases where the std::<math_func> is not recognized as a device func by HIPCC
* removing an errant "j" from a testcase (don't know how that made it in to begin with!)
Affected #: 4 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.