intel / torch-xpu-ops

Apache License 2.0
30 stars 21 forks source link

Modernize C10_UNUSED #984

Closed xytintel closed 1 month ago

xytintel commented 1 month ago

[[maybe_unused]] is part of C++17 standard. Depends on: https://github.com/pytorch/pytorch/pull/138102

r-barnes commented 1 month ago

@xytintel - My next step is to eliminate C10_UNUSED entirely.

xytintel commented 1 month ago

move to https://github.com/intel/torch-xpu-ops/pull/770