SageBuilder::buildCudaKernelExecConfig_nfi
Build a CUDA kernel execution configuration (<blocks, shared, stream>)
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
SgCudaKernelExecConfig*
buildCudaKernelExecConfig_nfi(
SgExpression* grid = NULL,
SgExpression* blocks = NULL,
SgExpression* shared = NULL,
SgExpression* stream = NULL);
Parameters
Name |
Description |
grid |
This class represents the notion of an expression. Expressions |
blocks |
This class represents the notion of an expression. Expressions |
shared |
This class represents the notion of an expression. Expressions |
stream |
This class represents the notion of an expression. Expressions |
Created with MrDocs