Skip to content

Commit

Permalink
fixup! Add ff/batch_inversion.hpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Jul 20, 2024
1 parent c999176 commit bab621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ff/batch_inversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/*
* Since the batch inversion requires twice the storage, on GPU there
* is incentive to use the shared memory. If deemed beneficial, the
* suggestion is to derive S from T adding operator[] that would address
* the shared memory and offload the input.
* suggestion is to have the caller wrap T[] in S with custom operator[]
* that would address the shared memory and offload the input.
*/
template<class T, size_t N, typename S = T[N]>
#ifdef __CUDACC__
Expand Down

0 comments on commit bab621e

Please sign in to comment.