[eigen-commits] commit/eigen: deven-amd: Fix for the HIP build+test errors. |
[ 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.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 02 Dec 2019 18:22:07 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bitbucket.org; h=content-type:mime-version:content-transfer-encoding:subject:from:to; s=s1; bh=me0goKTfZN5S3Mzj80TGLA755cjF1Qik+86vzAbPQh0=; b=GH9TfoM pdLVWuVAaalSPIZkgTOLWQiRVe/GNl1cqsRX+MhI26qHW7yXyw5uSh5EqPuzPDLe tDhqYGL2cOMsqO+c3iCcNyajZ/YnypfGshCgNJp/0MfGSQ+QQmp5K4NT3GfdSRsM Mupu9ryQ4tySI0uyZ5YOF8kdOVhPr0pnYJUs=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/177c403a361b/
Changeset: 177c403a361b
User: deven-amd
Date: 2019-12-02 17:41:32+00:00
Summary: Fix for the HIP build+test errors.
Recent changes have introduced the following build error when compiling with HIPCC
---------
unsupported/test/../../Eigen/src/Core/GenericPacketMath.h:254:58: error: 'ldexp': no overloaded function has restriction specifiers that are compatible with the ambient context 'pldexp'
---------
The fix for the error is to pick the math function(s) from the global namespace (where they are declared as device functions in the HIP header files) when compiling with HIPCC.
Affected #: 1 file
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.