Commit 1bcf66d
authored
Remove group norm C++ standard override (#2006)
Let torch.utils.cpp_extension choose the C++ standard for group_norm_cuda instead of forcing C++17, which is incompatible with newer PyTorch headers using C++20 helpers.
Authored with gpt-5 xhigh
Signed-off-by: Masaki Kozuki <[email protected]>1 parent 466e164 commit 1bcf66d
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
| 534 | + | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
538 | 537 | | |
539 | 538 | | |
540 | 539 | | |
| |||
0 commit comments