Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cinn trivalop fuse #7

Open
wants to merge 1,060 commits into
base: test_new_group_schedule_tile
Choose a base branch
from

Conversation

2742195759
Copy link

PR types

PR changes

Description

@2742195759 2742195759 changed the base branch from develop to test_new_group_schedule_tile February 29, 2024 09:27
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
paddle/cinn/hlir/framework/pir/op_lowering_impl.cc Outdated Show resolved Hide resolved
}

template <typename Type, typename Process, typename Condition>
Type RepeatProcessUnitConditionFailed(const Process& process,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

去掉。
这个函数的信息量比较少,基本上只是对控制流进行了抽象,应该可以做得更丰富一点。

@2742195759 2742195759 force-pushed the cinn-trivalop-fuse branch from 5a325f5 to dfb0f89 Compare March 5, 2024 06:21
feifei-111 and others added 20 commits March 22, 2024 08:42
* add nn.functional.group_norm

* fix docs

* fix docs
* First commit of conv add pass

* Fix some bug

* return ps

* fix header

* commit conv + bias + add pattern

* remove persistable

* Add None tensor to match pattern

* format file

* add graph in test case

* fix graph style

* add r for comment style

* change opt_level to 3

* delete useless pass pattern

* Set fused_conv2d attribut from source
…addle#62656)

* sparse tensor meta add defalut dtype

* auto_mixed_precision_pass support sparse tensor

* add dtype

* add test

* remove fp16 of addmm_coo

* fix bug

* test coverage
xysheng-baidu and others added 30 commits April 2, 2024 17:06
…ddle#62696)

* [fix][dataloader] use file descripor instead of file system

* [fix][dataloader] use core.globals instend of os.environ

* [fix][dataloader] add test dataloader

* [fix][dataloader] set FLAGS_dataloader_use_file_descriptor on child process
* add stack_double_grad composite API

* add TestStackDoubleGradCheck
* fix fused_weight_only_linesr_pass and ut

* update

* update

* fix
rewrite broadcast logic
* support_clang_12

* add paramater '-y'

* add paramater '-y'
* fix bug of reshape infer symbol shape

* fix bug
…vierUniform 易用性提升 (PaddlePaddle#63134)

* add param gain to xavier

* fix test

* fix test
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.