HomeSort by relevance Sort by last modified time
    Searched refs:CudaDeviceClass (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Driver/
Action.h 44 CudaDeviceClass,
154 return A->getKind() == CudaDeviceClass;
  /external/clang/lib/Driver/
Action.cpp 27 case CudaDeviceClass: return "cuda-device";
62 : Action(CudaDeviceClass, std::move(Input)), GpuArchName(ArchName),
ToolChain.cpp 250 case Action::CudaDeviceClass:

Completed in 55 milliseconds