Skip to content

Conversation

@gongchensu
Copy link
Collaborator

@gongchensu gongchensu commented Jan 9, 2026

  1. 基于https://github.com/InfiniTensor/InfiniCore/pull/901分支,在重构后的elment wise框架上,一些迁移的遗留算子按重构后适配添加。非element wise算子按之前框架适配添加
  2. element wise算子分为binary和unary类型,与pytorch对齐,补充实现了这两类算子,使得op算子数量达到100
  3. 增加补充了op算子开发element wise算子的开发文档

新增的element wise两类算子测试只需要运行两个测试文件
python test/infiniop/test_all_binary_ops.py --cpu --nvidia
运行单个算子测试加选项,--ops pow mod
image

@gongchensu gongchensu requested review from qinyiqun and whjthu January 9, 2026 08:39
@gongchensu gongchensu self-assigned this Jan 9, 2026
@gongchensu gongchensu requested a review from a team January 9, 2026 08:39
@gongchensu gongchensu linked an issue Jan 9, 2026 that may be closed by this pull request
@gongchensu gongchensu force-pushed the feature/competition_migrate branch 8 times, most recently from a782eb5 to af0ef28 Compare January 12, 2026 03:08
@gongchensu gongchensu changed the title Issue/888 - 老算子库遗留算子迁移 Issue/888 - 算子比赛遗留算子迁移 Jan 13, 2026
…f,floor,log,neg,reciprocal,round,sign,sinh,sqrt,tan operator with CPU and NVIDIA implementations.
…sh,gather,index_copy_inplace,interpolate_nearest,maxpool,scatter operators from competition.
…sin,bitwise_and, bitwise_or, bitwise_xor, bitwise_left_shift, bitwise_right_shift,floor_divide,atan2,exp2,log2,log10,rsqrt,square,hypot,copysign,remainder,isnan,isfinite,isinf,sinc,fmin,fmax,log1p binary operators.
@gongchensu gongchensu force-pushed the feature/competition_migrate branch from af0ef28 to 6d47587 Compare January 28, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DEV] 接入2025夏季算子比赛遗留算子

1 participant