Loom C API
Public Loom compiler C API
Loading...
Searching...
No Matches
loomc_amdgpu_profile_options_t Struct Reference

AMDGPU target profile creation options. More...

#include <profile.h>

Data Fields

loomc_structure_type_t type
 Structure type.
loomc_host_size_t structure_size
 Size of this structure in bytes.
const void * next
 Reserved extension chain. Must be NULL.
loomc_string_view_t identifier
 Stable profile identifier used in diagnostics.
loomc_amdgpu_target_identity_t identity
 Structured AMDGPU target identity.

Detailed Description

AMDGPU target profile creation options.

Field Documentation

◆ identifier

loomc_string_view_t loomc_amdgpu_profile_options_t::identifier

Stable profile identifier used in diagnostics.

Empty uses identity.target.

◆ type

loomc_structure_type_t loomc_amdgpu_profile_options_t::type

Structure type.

Must be LOOMC_STRUCTURE_TYPE_AMDGPU_PROFILE_OPTIONS when nonzero.


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