Dumb workaround is still needed, so add it back.

Αυτή η υποβολή περιλαμβάνεται σε:
Alex Voicu
2018-10-18 15:33:46 +01:00
υποβλήθηκε από GitHub
γονέας 59533b84e1
υποβολή 3678063598
@@ -33,6 +33,12 @@ THE SOFTWARE.
#include <limits>
#include <stdint.h>
// HCC's own math functions should be included first, otherwise there will
// be conflicts when hip/math_functions.h is included before hip/hip_runtime.h.
#ifdef __HCC__
#include "kalmar_math.h"
#endif
#pragma push_macro("__DEVICE__")
#pragma push_macro("__RETURN_TYPE")