-
Notifications
You must be signed in to change notification settings - Fork 486
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
[torchbench] Background_Matting
fails when lowering UpsampleBilinear2D
#6520
Comments
I investigated this problem a bit. It was strange that, in the HLO Representation
|
cc @vanbasten23 |
can you please list out the models that run into this issue @ysiraichi? |
This is the only model that runs into this specific issue. There are, however, a similar issue with |
Background_Matting
fails when lowering UpsampleBilinear2D
Background_Matting
fails when lowering UpsampleBilinear2D
🐛 Bug
After converting the
Background_Matting
model tobfloat16
and running it (see command below), it fails with the following error:python xla/benchmarks/experiment_runner.py \ --suite-name torchbench --accelerator cuda \ --xla PJRT --dynamo None --test eval \ --no-resume --print-subprocess \ -k Background_Matting
To Reproduce
bfloat16
(inference) and AMP (training) precision. #6518Environment
cc @miladm @JackCaoG
The text was updated successfully, but these errors were encountered: