Browse Source

Declare SHUFFLE_MAGIC_NO as const to placate clang

tags/v0.3.21
Martin Kroeker GitHub 4 years ago
parent
commit
9d7429406f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sbgemm_microk_cooperlake_template.c

+ 1
- 1
kernel/x86_64/sbgemm_microk_cooperlake_template.c View File

@@ -356,7 +356,7 @@ void sbgemm_block_kernel_nn_32xNx32_one(BLASLONG m, BLASLONG n, BLASLONG k, floa
bfloat16 * B_addr = B;
float * C_addr = C;

int SHUFFLE_MAGIC_NO = 0x39;
const int SHUFFLE_MAGIC_NO = 0x39;
BLASLONG tag_k_32x = k & (~31);

#ifndef ONE_ALPHA


Loading…
Cancel
Save