Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 384 Bytes

File metadata and controls

7 lines (4 loc) · 384 Bytes

Using Class member functions in Device code.

  • Demonstrates the use of __host__ and __device__ together.

  • Source Code

  • Here, an array of class Person is declared, and its data member citizen_type is set using another member age.