Skip to content

Commit 5c03084

Browse files
authored
SWDEV-520627 - include sync_warp header instead of warp function header (#18)
Change-Id: Ic3f54b0f5bfee8565a8bbb6218fb0ccdb900c9ea
1 parent 94cd9bc commit 5c03084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hipamd/include/hip/amd_detail/amd_hip_bf16.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
#include "device_library_decls.h" // ocml conversion functions
115115
#include "math_fwd.h" // ocml device functions
116116
#if defined(__clang__) and defined(__HIP__)
117-
#include <hip/amd_detail/amd_warp_functions.h> // Sync functions
117+
#include <hip/amd_detail/amd_warp_sync_functions.h> // Sync functions
118118
#endif
119119
#endif // !defined(__HIPCC_RTC__)
120120

0 commit comments

Comments
 (0)