cuquantum.cutensornet.contraction_autotune_preference_set_attribute¶
- cuquantum.cutensornet.contraction_autotune_preference_set_attribute(intptr_t handle, intptr_t autotune_preference, int attr, intptr_t buf, size_t size_in_bytes)[source]¶
Sets attributes of
autotune_preference
.- Parameters
handle (intptr_t) – Opaque handle holding cuTensorNet’s library context.
autotune_preference (intptr_t) – Opaque structure that is accessed.
attr (ContractionAutotunePreferenceAttribute) – Specifies the attribute that is requested.
buf (intptr_t) – This buffer (of size
size_in_bytes
) determines the value to whichattr
will be set.size_in_bytes (size_t) – Size of
buf
(in bytes).
Note
To compute the attribute size, use the itemsize of the corresponding data type, which can be queried using
get_contraction_autotune_preference_attribute_dtype()
.