Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp249 auto kernelGPUFunction = dyn_cast<gpu::GPUFuncOp>(kernelFunc); in verifyOperationAttribute() local
250 if (!kernelGPUFunction) in verifyOperationAttribute()
254 unsigned expectedNumArguments = kernelGPUFunction.getNumArguments(); in verifyOperationAttribute()
260 auto functionType = kernelGPUFunction.getFunctionType(); in verifyOperationAttribute()