[PATCH] D87981: [X86] AMX programming model prototype.
    LuoYuanke via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Oct 28 02:28:40 PDT 2020
    
    
  
LuoYuanke marked an inline comment as done.
LuoYuanke added inline comments.
================
Comment at: clang/lib/Headers/amxintrin.h:259
+__DEFAULT_FN_ATTRS
+void __tile_loadd(__tile *dst, const void *base, long stride) {
+  dst->tile = _tile_loadd_internal(dst->row, dst->col, base, stride);
----------------
pengfei wrote:
> unsigned long long?
Maybe size_t is better.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87981/new/
https://reviews.llvm.org/D87981
    
    
More information about the llvm-commits
mailing list