intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Use [[maybe_unused]] to suppress unsued warning #989

Closed guangyey closed 1 month ago

guangyey commented 1 month ago

Motivation

Accroding to https://github.com/pytorch/pytorch/pull/138364 to use [[maybe_unused]] to suppress the unused warning.

Maybe it could fix the issue introduced by https://github.com/intel/torch-xpu-ops/pull/770/files#diff-ae810fb2aff5cf37ab1b21244fd1e172a660a8e4f4b9292f0661af64c2f92b21L15.