Skip to content

Typo in annotation of DispatchKeySet in DispatchKeySet.h  #108641

@bruceSz

Description

@bruceSz

🐛 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

cc @svekars @carljparker

Metadata

Metadata

Assignees

No one assigned

    Labels

    module: docsRelated to our documentation, both in docs/ and docblockstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions