mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
To be able to detect unused captures in GPU code lambdas (as gcc does not support this diagnostic) Remove unused opts lambda capture in `ProcessGroupMPI.cpp` and `Distributions.cu` Fix sign-compare in nvfuser benchmark and ignore signed unsigned comparison in nvfuser tests Fixes https://github.com/pytorch/pytorch/issues/75475 by aliasing CMAKE_CUDA_HOST_COMPILER to C_COMPILER when clang is used Pull Request resolved: https://github.com/pytorch/pytorch/pull/75293 Approved by: https://github.com/atalman, https://github.com/seemethere |
||
|---|---|---|
| .. | ||
| batch_norm_backward.cpp | ||
| batch_norm.cpp | ||
| bert.cpp | ||
| broadcast.cpp | ||
| CMakeLists.txt | ||
| gelu_backward.cpp | ||
| heuristic_cache.cpp | ||
| heuristic_lookup.cpp | ||
| instance_norm.cpp | ||
| layer_norm_backward.cpp | ||
| layer_norm.cpp | ||
| lstm_cell.cpp | ||
| main.cpp | ||
| reduction.cpp | ||
| rms_norm_backward.cpp | ||
| rms_norm.cpp | ||
| scale_bias_relu.cpp | ||
| shape_inference.cpp | ||
| softmax_backward.cpp | ||
| softmax_dropout.cpp | ||
| softmax.cpp | ||
| utils.cpp | ||
| utils.h | ||