Skip to content

Commit

Permalink
[doc] fix typo (#4463)
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdzou authored and masahi committed Dec 4, 2019
1 parent 7e32f37 commit eb316fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pass/make_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ LoweredFunc MakeAPI(Stmt body,
// The device context
Var device_type("dev_type"), device_id("dev_id");
// seq_init gives sequence of initialization
// seq_check gives sequence of later checks after iniit
// seq_check gives sequence of later checks after init
std::vector<Stmt> seq_init, seq_check;
std::unordered_map<const Variable*, Expr> vmap;
ArgBinder binder(&vmap);
// ---------------------------
// local function defintiions
// local function definitions
// load i-th argument as type t
auto f_arg_value = [&](Type t, int i) {
Array<Expr> call_args{v_packed_args,
Expand Down

0 comments on commit eb316fe

Please sign in to comment.