Eliminate MixedInput kernel schedule tags. #1956
azhurkevich
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To our beloved userbase. We will delete kernel schedule tags
KernelTmaWarpSpecializedMixedInput
,KernelTmaWarpSpecializedPingpongMixedInput
andKernelTmaWarpSpecializedCooperativeMixedInput
. There is no need to have them since they are tags that bring no specialization and under the hood useKernelTmaWarpSpecialized
,KernelTmaWarpSpecializedPingpong
andKernelTmaWarpSpecializedCooperative
respectively. This applies to everyone who uses example 55 or its derivatives, i.e. mixed dtype GEMM for Hopper. If you application uses theseMixedInput
schedules, simple deleteMixedInput. Thank you!Beta Was this translation helpful? Give feedback.
All reactions