Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dppcg_options.h46 int max_shared_memory; member
H A Dppcg_options.c106 ISL_ARG_INT(struct ppcg_options, max_shared_memory, 0,
H A Dgpu.c942 if (kernel->options->max_shared_memory < 0) in check_shared_memory_bound()
946 kernel->options->max_shared_memory); in check_shared_memory_bound()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp2609 Options->max_shared_memory = 48 * 1024; in createPPCGOptions()