Unverified Commit 764b1e44 authored by Paul Fultz II's avatar Paul Fultz II Committed by GitHub
Browse files

Disable dpp for wavefront 32 (#857)


Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
parent 8d6140a1
......@@ -11,6 +11,10 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace gpu {
namespace device {
#if __AMDGCN_WAVEFRONT_SIZE == 32
#define MIGRAPHX_NO_DPP
#endif
struct sum
{
template <class T, class U>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment