SWDEV-480725: missing __ockl_wfall __ockl_wfany in amd_hip_bf16.h

Change-Id: Iff4aeec411bfeaf4cc187c515e2da3d5898f89cb
This commit is contained in:
Sameer Sahasrabuddhe
2024-08-23 09:22:15 +05:30
committed by Sameer Sahasrabuddhe
parent 00eb038eec
commit 6df2da65cd
@@ -23,6 +23,10 @@ THE SOFTWARE.
#ifndef HIP_INCLUDE_HIP_AMD_DETAIL_WARP_FUNCTIONS_H
#define HIP_INCLUDE_HIP_AMD_DETAIL_WARP_FUNCTIONS_H
#if !defined(__HIPCC_RTC__)
#include "device_library_decls.h" // ockl warp functions
#endif // !defined(__HIPCC_RTC__)
#if defined(__has_attribute) && __has_attribute(maybe_undef)
#define MAYBE_UNDEF __attribute__((maybe_undef))
#else