MIGraphX
2.1

Contents:

  • Python User Guide
  • C++ User Guide
  • MIGraphX Driver
  • Contributor Guide
    • MIGraphX Fundamentals
    • Data types
    • Operators
    • Program
    • Targets
    • Quantization
    • Passes
    • Matchers
    • Tools
MIGraphX
  • »
  • Contributor Guide
  • View page source

Contributor Guide

Contents:

  • MIGraphX Fundamentals
    • Location of the Examples
    • Adding Two Literals
    • Using Parameters
    • Handling Tensor Data
    • Importing From ONNX
  • Data types
    • shape
    • literal
    • argument
    • raw_data
    • tensor_view
  • Operators
    • operation
    • operators
  • Program
    • instruction
    • instruction_ref
    • program
    • parse_onnx
    • parse_tf
    • onnx_options
    • tf_options
  • Targets
    • target
    • gpu::target
    • cpu::target
  • Quantization
    • quantize_fp16
    • quantize_int8
  • Passes
    • pass
    • dead_code_elimination
    • eliminate_common_subexpression
    • eliminate_concat
    • eliminate_contiguous
    • eliminate_identity
    • eliminate_pad
    • propagate_constant
    • rewrite_batchnorm
    • rewrite_rnn
    • schedule
    • simplify_algebra
    • simplify_reshapes
  • Matchers
    • Introduction
    • Arguments
    • Binding
    • Finding matches
    • Creating matchers
  • Tools
    • roctx.py
Previous Next

© Copyright 2018-2022, AMD.

Built with Sphinx using a theme provided by Read the Docs.