Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.cpp486 bool includePTX = true; in shouldIncludePTX() local
494 includePTX = A->getOption().matches(options::OPT_cuda_include_ptx_EQ); in shouldIncludePTX()
498 return includePTX; in shouldIncludePTX()