Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-portable path warning (pytorch#129474)
MacOS uses case-insensitive filesystem by default, but it's better to specify include path using proper capitalization Should fix ``` MultiTensorApply.h:4:10: warning: non-portable path to file '<ATen/native/mps/operations/FusedOptimizerOps.h>'; specified path differs in case from file name on disk [-Wnonportable-include-path] #include <Aten/native/mps/operations/FusedOptimizerOps.h> ``` Pull Request resolved: pytorch#129474 Approved by: https://github.com/albanD, https://github.com/atalman, https://github.com/qqaatw
- Loading branch information