Skip to content

Commit

Permalink
Revert SM block size changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanstocks00 committed Oct 9, 2024
1 parent 2089af6 commit d4675df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@

namespace GauXC {

#define VVAR_KERNEL_SM_BLOCK 16
#define GGA_KERNEL_SM_WARPS 8
#define MGGA_KERNEL_SM_BLOCK 16
#define VVAR_KERNEL_SM_BLOCK 32
#define GGA_KERNEL_SM_WARPS 16
#define MGGA_KERNEL_SM_BLOCK 32

__global__ void eval_uvars_lda_rks_kernel( size_t ntasks, XCDeviceTask* tasks_device) {
// eval_vvars populated uvar storage already in the case of LDA+RKS
Expand Down

0 comments on commit d4675df

Please sign in to comment.