Skip to main content

Mojo module

io_spec

Aliases

FusedInput

comptime FusedInput = IOSpec[False, IO.FusedInput]()

FusedOutput

comptime FusedOutput = IOSpec[True, IO.FusedOutput]()

Input

comptime Input = IOSpec[False, IO.Input]()

IOUnknown

comptime IOUnknown = IOSpec[True, IO.Unknown]()

MutableInput

comptime MutableInput = IOSpec[True, IO.Input]()

Output

comptime Output = IOSpec[True, IO.Output]()

Structs

  • IO:
  • IOSpec: Parameter used to encode whether a particular tensor argument to a DPS kernel is an output, input, or mutable input.

Was this page helpful?