-
Demonstrates the use of
__host__
and__device__
together. -
Here, an array of class
Person
is declared, and its data membercitizen_type
is set using another memberage
.
Demonstrates the use of __host__
and __device__
together.
Here, an array of class Person
is declared, and its data member citizen_type
is set using another member age
.