OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CudaFeature
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Cuda.h
115
enum class
CudaFeature
{
123
bool CudaFeatureEnabled(llvm::VersionTuple,
CudaFeature
);
124
bool CudaFeatureEnabled(CudaVersion,
CudaFeature
);
/src/external/apache2/llvm/dist/clang/lib/Basic/
Cuda.cpp
233
bool CudaFeatureEnabled(llvm::VersionTuple Version,
CudaFeature
Feature) {
237
bool CudaFeatureEnabled(CudaVersion Version,
CudaFeature
Feature) {
239
case
CudaFeature
::CUDA_USES_NEW_LAUNCH:
241
case
CudaFeature
::CUDA_USES_FATBIN_REGISTER_END:
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
298
CudaFeature
::CUDA_USES_NEW_LAUNCH) ||
861
CudaFeature
::CUDA_USES_FATBIN_REGISTER_END)) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCUDA.cpp
906
CudaFeature
::CUDA_USES_NEW_LAUNCH))
Completed in 23 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026