Skip to content

Commit

Permalink
make mmq gen faster for amd
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed Aug 10, 2023
1 parent 243894a commit d18ecd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#include "ggml.h"

#define MIN_CC_DP4A 610 // minimum compute capability for __dp4a, an intrinsic for byte-wise dot products
#define CC_TURING 700
#define CC_TURING 10000

#if defined(GGML_USE_HIPBLAS)
#define __CUDA_ARCH__ 1300
Expand Down

0 comments on commit d18ecd5

Please sign in to comment.