CUDA : fix typo in clang pragma comment [no ci] (#18830)
This commit is contained in:
parent
635ef78ec5
commit
01cbdfd7eb
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ static constexpr __device__ int ggml_cuda_fattn_vec_get_nthreads_device() {
|
||||||
return 128;
|
return 128;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Currenlty llvm with the amdgcn target dose not support unrolling loops
|
// Currenlty llvm with the amdgcn target does not support unrolling loops
|
||||||
// that contain a break that can not be resolved at compile time.
|
// that contain a break that can not be resolved at compile time.
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue