mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-10 10:27:03 +00:00
metal : minor
This commit is contained in:
@@ -111,7 +111,7 @@ kernel void kernel_soft_max(
|
|||||||
uint3 tgpig[[threadgroup_position_in_grid]],
|
uint3 tgpig[[threadgroup_position_in_grid]],
|
||||||
uint3 tpitg[[thread_position_in_threadgroup]],
|
uint3 tpitg[[thread_position_in_threadgroup]],
|
||||||
uint3 ntg[[threads_per_threadgroup]]) {
|
uint3 ntg[[threads_per_threadgroup]]) {
|
||||||
const int64_t i03 = tgpig[2];
|
const int64_t i03 = tgpig[2];
|
||||||
const int64_t i02 = tgpig[1];
|
const int64_t i02 = tgpig[1];
|
||||||
const int64_t i01 = tgpig[0];
|
const int64_t i01 = tgpig[0];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user