[PATCH] D97358: [X86] Support amx-bf16 intrinsic.

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 23 23:20:17 PST 2021


pengfei added inline comments.


================
Comment at: clang/lib/Headers/amxintrin.h:283
 
+typedef struct __tile1024bf16_str {
+  const unsigned short row;
----------------
Is there much value to differentiate the type? We are using the same AMX type in the builtins. What do you think? @LuoYuanke 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97358/new/

https://reviews.llvm.org/D97358



More information about the cfe-commits mailing list