Skip to content

Conversation

@sneaxiy
Copy link

@sneaxiy sneaxiy commented Jul 28, 2022

PR types

PR changes

Describe

export CUDA_VISIBLE_DEVICES=0
export FLAGS_use_cinn=1
python examples/laplace/laplace2d.py # Fail

export CUDA_VISIBLE_DEVICES=0
export FLAGS_use_cinn=1
export FLAGS_deny_cinn_ops="elementwise_add;elementwise_add_grad;slice"
python examples/laplace/laplace2d.py # Fail

export CUDA_VISIBLE_DEVICES=0
export FLAGS_use_cinn=1
export FLAGS_deny_cinn_ops="elementwise_add;elementwise_add_grad;slice;feed;fetch"
python examples/laplace/laplace2d.py # Succeed

@paddle-bot
Copy link

paddle-bot bot commented Jul 28, 2022

Thanks for your contribution!

@paddle-bot
Copy link

paddle-bot bot commented Jul 28, 2022

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

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.

2 participants