Skip to main content
Log in

Mojo module

tensor_core

This module provides abstractions for using Tensor Cores do to arithmetic and matrix operations.

Aliases

  • shape_16x16x16 = IndexList(16, 16, 16):
  • shape_16x16x4 = IndexList(16, 16, 4):
  • shape_16x8x16 = IndexList(16, 8, 16):
  • shape_16x8x32 = IndexList(16, 8, 32):
  • shape_16x8x4 = IndexList(16, 8, 4):
  • shape_16x8x8 = IndexList(16, 8, 8):
  • shape_8x8x4 = IndexList(8, 8, 4):
  • shape_null = IndexList(0, 0, 0):

Structs

Functions