[NFC] comment fix

This commit is contained in:
zhoujing 2024-02-01 15:03:53 +08:00
parent 4b25812260
commit 6cac00d141
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ __builtin_riscv_workitem_id_z:
vadd.vx v0, v2, t1 # local_linear_id
lw t3, KNL_LC_SIZE_X(a0) # local_size_x
lw t4, KNL_LC_SIZE_Y(a0) # local_size_y
lw t5, KNL_LC_SIZE_Z(a0) # local_size_z
lw t5, KNL_LC_SIZE_Z(a0) # local_size_y
mul t4, t4, t3 # local_size_x * local_size_y
vdivu.vx v0, v0, t4 # local_linear_id / (local_size_x * local_size_y)
vmv.v.x v1, t5