test: QK+softmax T=1 first
This commit is contained in:
@@ -172,7 +172,7 @@ test_qk_softmax_kernel(
|
||||
|
||||
int main() {
|
||||
printf("QK+Softmax Test (HD=%d, SK=%d)\n", (int)HD, (int)SK);
|
||||
const int T = 4;
|
||||
const int T = 1;
|
||||
const float SCALE = 1.0f / sqrtf((float)HD);
|
||||
|
||||
bf16_t* h_q = (bf16_t*)calloc(T * HD, sizeof(bf16_t));
|
||||
|
||||
Reference in New Issue
Block a user