SWDEV-560725 - remove final from amd_warp_functions (#1395)

final word used as a literal over a keyword.
Этот коммит содержится в:
Ajay GunaShekar
2025-10-20 12:27:59 -07:00
коммит произвёл GitHub
родитель 29c2ca8cbc
Коммит 4a1a4aa472
+1 -1
Просмотреть файл
@@ -110,7 +110,7 @@ __device__ static inline int __hip_move_dpp_N(int src) {
return __builtin_amdgcn_mov_dpp(src, dpp_ctrl, row_mask, bank_mask, bound_ctrl);
}
inline __device__ const struct final {
inline __device__ const struct {
__device__ __attribute__((always_inline, const)) operator int() const noexcept {
return __builtin_amdgcn_wavefrontsize();
}