tcgen05.relinquish_alloc_permit GPU Virtual ISA NVIDIA

tcgen05.relinquish_alloc_permit Tensor Memory Allocation and Management Instructions

tcgen05.relinquish_alloc_permit.cta_group.sync.aligned;

tcgen05.relinquish_alloc_permit specifies that the CTA of the executing thread is relinquishing the right to allocate Tensor Memory.

Encoding

PTX is a virtual instruction set. It has no single, stable native binary encoding - the compiler lowers this instruction to different native machine code depending on the selected NVIDIA target architecture (compute capability). This page intentionally shows no bit-diagram; see the target/version requirements below for what governs how this instruction compiles.
PTX ISA Version Introduced PTX ISA 8.6
Minimum Target sm_100a

Syntax Forms

One mnemonic covers many type / state-space / scope / modifier combinations - each row below is an independently valid form.

Syntax Data Types State Space(s) Modifiers Min. Target Description
tcgen05.relinquish_alloc_permit.cta_group.sync.aligned; sm_100a tcgen05.relinquish_alloc_permit specifies that the CTA of the executing thread is relinquishing the right to allocate Tensor Memory.

Operands

At a Glance

Data Types -

Reference

NVIDIA PTX ISA

Examples

tcgen05.relinquish_alloc_permit.cta_group::1.sync.aligned;

Reproduced from NVIDIA's official PTX ISA documentation for technical accuracy.

Sources