Charlie Lin

Results 44 issues of Charlie Lin

Currently the clang-format and python formatter complains about formatting such that a developer has to manually run the formatting script with the specific version of rocm or do the formatting...

enhancement
Continous Integration

* So the tiling can handle dimensions that are not easily divisible like 1009

* See `src/py/migraphx_py.cpp:155` for the section of code with the current encoding

FP8

* Update FP8 OCP support to use hipblaslt when hipblaslt is enabled

roadmap
FP8

Updates `find_splits` matcher: * Skip trying to fuse instructions that have inter-group dependencies (where a split group depends on another such as the case `sigmoid(x) + x` * Allow fusing...

Sigmoid not being merged into horizontally fused convolution because of multiple outputs. Minimal example program: ``` import migraphx import numpy as np p = migraphx.program() mm = p.get_main_module() shape_1 =...

Perf Improve

New headers hipamd/include/hip/amd_detail/amd_hip_bf16.h and hipamd/include/hip/amd_detail/amd_hip_fp8.h should be in the latest ROCm release? Will we be incorporating these?

Answering the questions: * Why use MIGraphx? * What is MIGraphX? * How can MIGraphX benefit the user?

documentation
simple