metal : minor
This commit is contained in:
parent
efac2d469f
commit
2f689dee06
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ kernel void kernel_soft_max(
|
|||
uint3 tgpig[[threadgroup_position_in_grid]],
|
||||
uint3 tpitg[[thread_position_in_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 i01 = tgpig[0];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue