Skip to content

Commit

Permalink
typo in DispatchKeySet.h (pytorch#109431)
Browse files Browse the repository at this point in the history
Fixes pytorch#108641

Pull Request resolved: pytorch#109431
Approved by: https://github.com/Skylion007
  • Loading branch information
rajveer43 authored and pytorchmergebot committed Sep 18, 2023
1 parent cddeceb commit 05c31b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c10/core/DispatchKeySet.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 05c31b3

Please sign in to comment.