tqchen commented on pull request #18: URL: https://github.com/apache/tvm-rfcs/pull/18#issuecomment-952986816
@smeijer1234 to be more specific. I was recommending an approach that won't break the ABI. Introdice ``` DataType::kScalableVectorLaneMark = -1 ``` And in DataType, introduce a method IsScalable(), which checks if the lane equals -1 and if yes return true. This way we reuse the data layout of the original data structure without introducing the is_scalable field. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
