From 05c31b3b6992d91472ba59fc506be37ba239af30 Mon Sep 17 00:00:00 2001 From: Rockerz <64583161+rajveer43@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:34:33 +0000 Subject: [PATCH] typo in DispatchKeySet.h (#109431) Fixes #108641 Pull Request resolved: https://github.com/pytorch/pytorch/pull/109431 Approved by: https://github.com/Skylion007 --- c10/core/DispatchKeySet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c10/core/DispatchKeySet.h b/c10/core/DispatchKeySet.h index d74fd06f0ba59..454e64c57dcbb 100644 --- a/c10/core/DispatchKeySet.h +++ b/c10/core/DispatchKeySet.h @@ -81,8 +81,8 @@ C10_ALWAYS_INLINE static const std:: // 5 categories. // // (1) "Building block" keys -// (a) backends: jEverything in the BackendComponent enum (e.g. CPUBit, -// CUDABIt) (b) functionalities: (per-backend) functionality-bit DispatchKeys +// (a) backends: Everything in the BackendComponent enum (e.g. CPUBit, +// CUDABit) (b) functionalities: (per-backend) functionality-bit DispatchKeys // (e.g. AutogradFunctionality, Sparse, Dense) // (2) "Runtime" keys // (a) "non-customizable backends" (e.g. FPGA)