Skip to main content

Mojo module

tcgen05

Tensor core generation 05 operations (deprecated - use gpu.compute.tcgen05).

This module is deprecated. For new code, import from the gpu.compute.tcgen05 module instead:

# Deprecated:
from gpu.tcgen05 import tcgen05_alloc, tcgen05_ld, tcgen05_st

# Recommended:
from gpu.compute.tcgen05 import tcgen05_alloc, tcgen05_ld, tcgen05_st

This module provides NVIDIA Blackwell (SM100) tensor memory operations for the fifth generation tensor cores (TCGEN05).

Was this page helpful?