Update ggml/src/ggml-cuda/common.cuh

Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
uvos 2025-02-02 20:56:43 +01:00 committed by GitHub
parent 078ee4ff65
commit 182f418ba0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,7 +172,7 @@ static constexpr __device__ int ggml_cuda_get_physical_warp_size() {
return __AMDGCN_WAVEFRONT_SIZE;
#else
return 32;
#endif
#endif // defined(GGML_USE_HIP) && defined(__HIP_PLATFORM_AMD__)
}
[[noreturn]]