-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Description
🐛 Describe the bug
In DispatchKeySet.h file, There is an type
in code annotation of DispatchKeySet:
// The two enums (BackendComponent and DispatchKey) can be divided roughly into // 5 categories. // // (1) "Building block" keys // (a) backends: jEverything 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) // (b) "non-customizable functionalities" (e.g. Functionalize) // (c) "per-backend instances of customizable functionalities" (e.g. CPU, // SparseCPU, AutogradCPU) // (3) "Alias" DispatchKeys (see Note [Alias Dispatch Keys])
Here jEverything seems to be meaningless, maybe change to everything
Versions
Version:
main branch , commit: b60273b
### Tasks
- [ ] fix typo in DispatchKeySet.h file