|
Loom C API
Public Loom compiler C API
|
AMDGPU HSACO emission option space. More...
Go to the source code of this file.
Data Structures | |
| struct | loomc_amdgpu_emit_options_t |
| AMDGPU HSACO emission options. More... | |
Macros | |
| #define | LOOMC_AMDGPU_RUNTIME_GLOBALS_KNOWN |
| Mask of all AMDGPU runtime support global bits accepted by this API. | |
Typedefs | |
| typedef uint32_t | loomc_amdgpu_runtime_global_flags_t |
| Bitset of loomc_amdgpu_runtime_global_flag_bits_t values. | |
Enumerations | |
| enum | loomc_amdgpu_runtime_global_flag_bits_t { LOOMC_AMDGPU_RUNTIME_GLOBAL_NONE = 0u , LOOMC_AMDGPU_RUNTIME_GLOBAL_FEEDBACK_CONFIG = 1u << 0 , LOOMC_AMDGPU_RUNTIME_GLOBAL_ASAN_CONFIG = 1u << 1 } |
| AMDGPU runtime support global option bits. More... | |
AMDGPU HSACO emission option space.
Link the AMDGPU target binding package to make the generic loomc_emit_module operation capable of producing LOOMC_ARTIFACT_FORMAT_AMDGPU_HSACO artifacts.
| #define LOOMC_AMDGPU_RUNTIME_GLOBALS_KNOWN |
Mask of all AMDGPU runtime support global bits accepted by this API.
AMDGPU runtime support global option bits.