Home | History | Annotate | Download | only in Driver

Lines Matching refs:isCuda

488   if (types::isCuda(Inputs[0].getType()))
3447 bool IsCuda = types::isCuda(Input.getType());
3448 assert((IsCuda || Inputs.size() == 1) && "Unable to handle multiple inputs.");
3460 if (IsCuda) {
5505 if (IsCuda && Inputs.size() > 1)