dim3 Type Reference

dim3 Type Reference#

HIPFORT API Reference: hipfort_types::dim3 Type Reference
hipfort_types::dim3 Type Reference

Derived type that can be mapped directly to a CUDA/HIP C++ dim3. More...

Public Attributes

integer(c_int) x =1
 
integer(c_int) y =1
 
integer(c_int) z =1
 

Detailed Description

Derived type that can be mapped directly to a CUDA/HIP C++ dim3.


Member Data Documentation

◆ x

integer(c_int) hipfort_types::dim3::x =1

◆ y

integer(c_int) hipfort_types::dim3::y =1

◆ z

integer(c_int) hipfort_types::dim3::z =1

The documentation for this type was generated from the following file: