Update ggml/src/ggml-cuda/common.cuh
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
parent
078ee4ff65
commit
182f418ba0
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue