SWDEV-560725 - remove final from amd_warp_functions (#1395)
final word used as a literal over a keyword.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Fai riferimento in un nuovo problema
Block a user