pytorch / xla

Enabling PyTorch on XLA Devices (e.g. Google TPU)
https://pytorch.org/xla
Other
2.48k stars 478 forks source link

Op info test for `bucketize` #7396

Closed qihqi closed 1 month ago

qihqi commented 4 months ago

Fix the Op info test for bucketize

  1. Find the line 23 of test_ops.py and remove bucketize from skip_list
  2. Run op_info test with pytest test/test_ops.py
  3. Fix the failure.

Please refer to this guide as guide to fix:

Also refer to these PRs:

ManfeiBai commented 1 month ago

Hi, @simonteozw, thanks for the contribution, this issue would be the first issue to try, please reply in this issue, so that could assign this issue to you

simonteozw commented 1 month ago

Hi there, may I be assigned this issue? Thanks!

ManfeiBai commented 1 month ago

Hi there, may I be assigned this issue? Thanks!

thanks, Simon, assigned to you

simonteozw commented 1 month ago

@ManfeiBai checking if theres still work to be done for this issue or can be marked as completed

ManfeiBai commented 1 month ago

Thanks, @simonteozw, this op has been added, let's mark it as done