Peter Boyle

Results 89 comments of Peter Boyle

Kate Clark gave a nice talk at SciDAC about a generic and coherent implementation of flop & time counting in QUDA. Similar but more systematic than the Report functionality in...

Attempting to work around with #if (__GNUC__ == 5 ) || ( ( __GNUC__ == 6 ) && __GNUC_MINOR__ < 3 ) #pragma GCC push_options #pragma GCC optimize ("O0") #endif...

Clang 3.5 through 5.0 are good on this.

Just a note; I froze 0.7.0 and put in a force drop of optimisation levels on the broken G++ versions We can replace with a patch to refuse compile if...

As far as I know g++ 4.8 might have breakage. I recall it does; will check. The versions I presently know work are 4.9 . 6.3 and later. Solution, avoiding...

p.s. if anyone has used 4.8 recently and succeeded please post immediately !!!

This is the last open issue for 0.7.0 being closed. I will recheck head on the ICC KNL system at BNL and then close the release. * Clang >= 3.5...

I've read more and appears to be my misunderstanding of the standard. This is a terrifying difference in the meaning of "union" between "C" and more recent "C++" standards, that...

Response is now clear. Audit and elimate ALL use of union in the code base. Eigen is also doing this. ./lib/Eigen/src/Core/arch/AltiVec/PacketMath.h: union { ./lib/Eigen/src/Core/arch/AltiVec/PacketMath.h: union { ./lib/Eigen/src/Core/arch/AltiVec/PacketMath.h: union { ./lib/Eigen/src/Core/arch/AltiVec/PacketMath.h:...