You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LLVMGPU] Make FP8 VMFMA intrinsic discoverable by KernelConfig (#19022)
Making VMFMA_F32_16x16x32_F8E4M3FNUZ visible/accessible from
`getVirtualIntrinsics` S.T we can eventually pick this intrinsic from
KernelConfig.
Right now since by default since we always choose the "first" found
intrinsic, it is practically guaranteed to never pick the virtual
intrinsics by heuristics. Hence we are only specifying the intrinsics
through tuning/spec script.
However since we are planning to add some heuristics in the future on
KernelConfig to be able to select this virtual intrinsic when necessary,
we are making it visible now.
Signed-off-by: Stanley Winata <[email protected]>
0 commit comments