Skip to content

Commit

Permalink
don't use warp splitting in multiblas
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Sep 19, 2023
1 parent 7cbffc8 commit bebf8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/kernels/multi_blas_core.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ namespace quda
#ifndef QUDA_FAST_COMPILE_REDUCE
constexpr bool enable_warp_split() { return false; }
#else
constexpr bool enable_warp_split() { return true; }
//constexpr bool enable_warp_split() { return false; }
//constexpr bool enable_warp_split() { return true; }
constexpr bool enable_warp_split() { return false; }
#endif

/**
Expand Down

0 comments on commit bebf8db

Please sign in to comment.