Skip to content

Commit

Permalink
update calling convention doc
Browse files Browse the repository at this point in the history
  • Loading branch information
masa committed Jul 14, 2021
1 parent 4769406 commit c63d205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/tir/function.h
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ namespace attr {
*
* Call(f,
* [arg1, arg2, ..., arg_n,
* work_size_1, work_size_2, ... work_size_m])
* work_size_1, work_size_2, ... work_size_m, dyn_shmem_size])
*
* Here n = len(arg), m = len(work_size) = len(device_thread_axis).
*
Expand Down

0 comments on commit c63d205

Please sign in to comment.