We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ae3fb commit a4278e3Copy full SHA for a4278e3
aten/src/ATen/native/mps/operations/MultiTensorApply.h
@@ -3,8 +3,7 @@
3
#include <ATen/mps/MPSProfiler.h>
4
#include <ATen/native/mps/operations/FusedOptimizerOps.h>
5
6
-namespace at::native {
7
-namespace mps {
+namespace at::native::mps {
8
9
static constexpr int64_t kChunkSize = 65536;
10
static constexpr int64_t kmaxThreadGroups = 32;
@@ -340,5 +339,4 @@ static void multi_tensor_apply_for_fused_optimizer(
340
339
});
341
}
342
343
-} // namespace mps
344
-} // namespace at::native
+} // namespace at::native::mps
0 commit comments