func_sgemm_ibm.h 199 B

1234567891011121314
  1. #ifndef __FUNC_SGEMM_IBM_H__
  2. #define __FUNC_SGEMM_IBM_H__
  3. #include <stdint.h>
  4. struct ibm_sgemm_block_conf {
  5. uint32_t m;
  6. uint32_t n;
  7. uint32_t k;
  8. uint32_t pad;
  9. };
  10. #endif // __FUNC_SGEMM_IBM_H__