Add a kernel argument type to avoid passing a memory object #235
Closed
Description
Sometimes an argument might be unused and NULL
would be passed. Since we do type checking in the kernel launch, we need an additional check on the type
Potentially something like:
addVectors(entries, a, b, ab, occa::null)