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

[Only for test ]run laplace2d #144

Closed
wants to merge 1 commit into from

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