mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Removes the outdated HIP flags appended to HIP_CXX_FLAGS
The will help remove the following warnings in the pytorch build log
```
[6238/6889] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o
cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++
cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’
cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’
cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’
```
This also updates the gloo submodule commit to include the similar change made to gloo.
|
||
|---|---|---|
| .. | ||
| benchmark@0d98dba29d | ||
| cpuinfo@6481e8bef0 | ||
| cub@d106ddb991 | ||
| cudnn_frontend@e7f64390e9 | ||
| cutlass@7c04f95415 | ||
| eigen@3147391d94 | ||
| fbgemm@d0ee798b1f | ||
| flatbuffers@01834de25e | ||
| fmt@a33701196a | ||
| foxi@c278588e34 | ||
| FP16@4dfe081cf6 | ||
| FXdiv@b408327ac2 | ||
| gemmlowp | ||
| gloo@597accfd79 | ||
| googletest@e2239ee604 | ||
| ideep@fe83782496 | ||
| ios-cmake@8abaed637d | ||
| ittapi@5b8a7d7422 | ||
| kineto@6bf8eeb995 | ||
| miniz-2.1.0 | ||
| nccl | ||
| neon2sse@97a126f08c | ||
| nlohmann@87cda1d664 | ||
| NNPACK@c07e3a0400 | ||
| nvfuser | ||
| onnx@a0d77f1851 | ||
| onnx-tensorrt@c153211418 | ||
| pocketfft@ea778e3771 | ||
| protobuf@d1eca4e4b4 | ||
| psimd@072586a71b | ||
| pthreadpool@a134dd5d4c | ||
| pybind11@80dc998efc | ||
| python-enum@4cfedc426c | ||
| python-peachpy@f45429b087 | ||
| python-six@15e31431af | ||
| QNNPACK@7d2a4e9931 | ||
| sleef@e0a003ee83 | ||
| tbb@a51a90bc60 | ||
| tensorflow_cuda_bazel_build/cuda | ||
| tensorpipe@52791a2fd2 | ||
| valgrind-headers | ||
| VulkanMemoryAllocator@a6bfc23725 | ||
| XNNPACK@51a987591a | ||
| zstd@aec56a52fb | ||
| BUCK.oss | ||
| BUILD | ||
| build_bundled.py | ||
| cuda.BUILD | ||
| cudnn.BUILD | ||
| cutlass.BUILD | ||
| eigen.BUILD | ||
| fmt.BUILD | ||
| foxi.BUILD | ||
| generate-cpuinfo-wrappers.py | ||
| generate-xnnpack-wrappers.py | ||
| glog.buck.bzl | ||
| gloo.BUILD | ||
| ideep.BUILD | ||
| kineto.buck.bzl | ||
| kineto.BUILD | ||
| LICENSES_BUNDLED.txt | ||
| METADATA.bzl | ||
| mkl-dnn.BUILD | ||
| mkl.BUILD | ||
| mkl_headers.BUILD | ||
| onnx.BUILD | ||
| README.md | ||
| sleef.BUILD | ||
| sleef.bzl | ||
| substitution.bzl | ||
| tbb.BUILD | ||
| tbb.patch | ||
| tensorpipe.BUILD | ||
| xnnpack.buck.bzl | ||
| xnnpack_src_defs.bzl | ||
| xnnpack_wrapper_defs.bzl | ||
This folder contains vendored copies of third-party libraries that we use.