Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Nov 30, 2023
1 parent d5e73b6 commit 13075c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/kernels/gauge_stout.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ namespace quda
}

Link U, Q;
//ThreadLocalCache<Link> Stap;
ThreadLocalCache<Link,0,computeStapleRectangleOps> Stap;
ThreadLocalCache<Link,0,decltype(Stap)> Rect; // offset by Stap type to ensure non-overlapping allocations

Expand Down
2 changes: 1 addition & 1 deletion lib/gauge_loop_trace.cu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace quda {
std::vector<reduce_t>& loop_traces;
double factor;
const paths<1> p;
unsigned int sharedBytesPerThread() const override { return 4 * sizeof(int); } // for threda_array
unsigned int sharedBytesPerThread() const override { return 4 * sizeof(int); } // for thread_array

public:
// max block size of 8 is arbitrary for now
Expand Down

0 comments on commit 13075c7

Please sign in to comment.