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_stThis module provides NVIDIA Blackwell (SM100) tensor memory operations for the fifth generation tensor cores (TCGEN05).
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!