Skip to content

Commit

Permalink
[C] Remove ambiguous call in some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
dmed256 committed Mar 26, 2018
1 parent 9b41254 commit 61fabfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/c/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ void OCCA_RFUNC occaKernelRunN(occaKernel kernel,
}
case occa::c::typeType::ptr: {
kArg.add(arg.value.ptr,
arg.bytes);
arg.bytes,
false, false);
break;
}
case occa::c::typeType::int8_: {
Expand Down

0 comments on commit 61fabfc

Please sign in to comment.