hipLaunchAttributeValue Union Reference

hipLaunchAttributeValue Union Reference#

HIP Runtime API Reference: hipLaunchAttributeValue Union Reference
hipLaunchAttributeValue Union Reference

#include <hip_runtime_api.h>

Collaboration diagram for hipLaunchAttributeValue:
[legend]

Data Fields

char pad [64]
 64 byte padding
 
hipAccessPolicyWindow accessPolicyWindow
 Value of launch attribute hipLaunchAttributeAccessPolicyWindow.
 
int cooperative
 Value of launch attribute hipLaunchAttributeCooperative. Indicates whether the kernel is cooperative.
 
int priority
 Value of launch attribute :: hipLaunchAttributePriority. Execution priority of kernel.
 

Detailed Description

Launch Attribute Value

Field Documentation

◆ accessPolicyWindow

hipAccessPolicyWindow hipLaunchAttributeValue::accessPolicyWindow

Value of launch attribute hipLaunchAttributeAccessPolicyWindow.

◆ cooperative

int hipLaunchAttributeValue::cooperative

Value of launch attribute hipLaunchAttributeCooperative. Indicates whether the kernel is cooperative.

◆ pad

char hipLaunchAttributeValue::pad[64]

64 byte padding

◆ priority

int hipLaunchAttributeValue::priority

Value of launch attribute :: hipLaunchAttributePriority. Execution priority of kernel.


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