Skip to main content
Log in

Mojo module

launch_attribute

Structs

  • AccessPolicyWindow: Specifies an access policy for a window, a contiguous extent of memory beginning at base_ptr and ending at base_ptr + num_bytes. num_bytes is limited by CU_DEVICE_ATTRIBUTE_MAX_ACCESS_POLICY_WINDOW_SIZE. Partition into many segments and assign segments such that: sum of "hit segments" / window == approx. ratio. sum of "miss segments" / window == approx 1-ratio. Segments and ratio specifications are fitted to the capabilities of the architecture. Accesses in a hit segment apply the hitProp access policy. Accesses in a miss segment apply the missProp access policy.
  • AccessProperty: Specifies performance hint with AccessPolicyWindow for hit_prop and miss_prop fields.
  • LaunchAttribute:
  • LaunchAttributeID:
  • LaunchAttributeValue: