13#ifndef MLIR_DIALECT_OPENMP_UTILS_UTILS_H_
14#define MLIR_DIALECT_OPENMP_UTILS_UTILS_H_
bool opInSharedDeviceContext(Operation &op)
Check whether the given operation is located in a context where an allocation to be used by multiple ...
bool allocaUsesRequireSharedMem(Value alloc)
Check whether the value representing an allocation, assumed to have been defined in a shared device c...
Include the generated interface declarations.