Open mr-c opened 4 years ago
What is the data type for _tile_dpfp16ps, where is the data type defined? I get an gcc 13 error for the type of function _tile_dpfp16ps?
What is the data type for _tile_dpfp16ps, where is the data type defined? I get an gcc 13 error for the type of function _tile_dpfp16ps?
That particular call (_tile_dpfp16ps
) is implemented in GCC as a macro, but elsewhere I found this definition for __tile
.
https://software.intel.com/sites/landingpage/IntrinsicsGuide/#techs=AMX https://en.wikipedia.org/wiki/Advanced_Matrix_Extensions https://software.intel.com/content/dam/develop/public/us/en/documents/architecture-instruction-set-extensions-programming-reference.pdf
AMX-INT8
AMX-TILE
AMX-BF16
AMX-FP16
AMX-COMPLEX