Home
last modified time | relevance | path

Searched refs:GpuArch (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
DAction.h162 const CudaArch GpuArch; variable
173 CudaArch getGpuArch() const { return GpuArch; } in getGpuArch()
/external/clang/lib/Driver/
DAction.cpp58 : Action(CudaDeviceClass, Input), GpuArch(Arch), AtTopLevel(AtTopLevel) {} in CudaDeviceAction()
DToolChains.cpp1792 StringRef GpuArch = FileName.slice( in init() local
1794 LibDeviceMap[GpuArch] = FilePath.str(); in init()
1796 if (GpuArch == "compute_20") { in init()
1799 } else if (GpuArch == "compute_30") { in init()
1802 } else if (GpuArch == "compute_35") { in init()
1805 } else if (GpuArch == "compute_50") { in init()