Skip to content

Commit

Permalink
Merge pull request #9 from MARD1NO/fix_typo
Browse files Browse the repository at this point in the history
Fix a small typo in annotation
  • Loading branch information
efrantar authored Jan 27, 2024
2 parents dd58055 + 918b960 commit 3aa5a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlin/marlin_cuda_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ __device__ inline void cp_async4_pred(void* smem_ptr, const void* glob_ptr, bool
);
}

// Asynchronous global->shared copy with a chache hint indicating that the values may be evicted immediately; used for
// Asynchronous global->shared copy with a cache hint indicating that the values may be evicted immediately; used for
// quantized weights B, which are only accessed precisely once and should thus not pollute the L2 cache which we need
// for inputs A and outputs C.
__device__ inline void cp_async4_stream(void* smem_ptr, const void* glob_ptr) {
Expand Down

0 comments on commit 3aa5a05

Please sign in to comment.