diff --git a/projects/hip/include/hip/amd_detail/hip_runtime.h b/projects/hip/include/hip/amd_detail/hip_runtime.h index 7dfdde092a..35318cb262 100644 --- a/projects/hip/include/hip/amd_detail/hip_runtime.h +++ b/projects/hip/include/hip/amd_detail/hip_runtime.h @@ -89,7 +89,7 @@ extern int HIP_TRACE_API; // 64-bit Atomics: #define __HIP_ARCH_HAS_GLOBAL_INT64_ATOMICS__ (1) -#define __HIP_ARCH_HAS_SHARED_INT64_ATOMICS__ (0) +#define __HIP_ARCH_HAS_SHARED_INT64_ATOMICS__ (1) // Doubles #define __HIP_ARCH_HAS_DOUBLES__ (1)