Closed guangyey closed 1 month ago
Accroding to https://github.com/pytorch/pytorch/pull/138364 to use [[maybe_unused]] to suppress the unused warning.
[[maybe_unused]]
Maybe it could fix the issue introduced by https://github.com/intel/torch-xpu-ops/pull/770/files#diff-ae810fb2aff5cf37ab1b21244fd1e172a660a8e4f4b9292f0661af64c2f92b21L15.
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.