Examlex

Solved

A Simple Kernel for Adding Two Integers

question 19

Multiple Choice

A simple kernel for adding two integers:
__global__ void add( int *a, int *b, int *c ) { *c = *a + *b; }
Where __global__ is a CUDA C keyword which indicates that:


Definitions:

Belief

An acceptance that something exists or is true, especially one without proof.

Fulfillment

The achievement of something desired, promised, or predicted, leading to satisfaction or happiness.

Self-Fulfilling Prophecy

The phenomenon where an individual's expectations about another person or situation cause that expectation to become a reality.

Rudely

In a manner that is impolite, discourteous, or lacking in social graces.

Related Questions