Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCuda.cpp495 bool includePTX = true; in shouldIncludePTX() local
503 includePTX = A->getOption().matches(options::OPT_cuda_include_ptx_EQ); in shouldIncludePTX()
507 return includePTX; in shouldIncludePTX()