[CINN] Denied arange op for x86 end codegen #72682
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Category
CINN
PR Types
Bug fixes
Description
目前,CodeGenLLVM 没有一套成熟通用的方法,可以在修改CINN算子之后立刻获得无错的x86版本(参考之前的 argidx reduce)。故暂且先禁止 arange 算子在 x86 端的代码生成(修复 #72598 x86 代码生成错误的问题)。
Pcard-89620