Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-hitonami committed Oct 11, 2022
1 parent 2e14356 commit 99bbf60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taichi/program/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class TI_DLL_EXPORT Kernel : public Callable {

void set_arg_float(int arg_id, float64 d);

// Created signed and unsigned version for argument range check of pybind
void set_arg_int(int arg_id, int64 d);
void set_arg_uint(int arg_id, uint64 d);

Expand Down

0 comments on commit 99bbf60

Please sign in to comment.