Skip to content

SageBuilder::buildCudaKernelCallExp_nfi

Build a CUDA kernel call expression (kernel<[config]>(parameters))

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

SgCudaKernelCallExp*
buildCudaKernelCallExp_nfi(
    SgExpression* kernel,
    SgExprListExp* parameters = NULL,
    SgCudaKernelExecConfig* config = NULL);

Parameters

Name

Description

kernel

This class represents the notion of an expression. Expressions

parameters

This class represents the concept of a C and C++ expression list.

Created with MrDocs