As far as I understand, the oneMKL open source project provides implementation for the Intel MKL product, with multiple hardware support. I was checking the documentation for both of them to check the supported data type precisions for the matrix multiplication function gemm. I found that the Intel MKL product supports int8_t data type. However, the open source project only supports floating point precisions. Is integer precision missing from documentation or it is not supported ? and is it going to be supported soon ?
As far as I understand, the oneMKL open source project provides implementation for the Intel MKL product, with multiple hardware support. I was checking the documentation for both of them to check the supported data type precisions for the matrix multiplication function gemm. I found that the Intel MKL product supports int8_t data type. However, the open source project only supports floating point precisions. Is integer precision missing from documentation or it is not supported ? and is it going to be supported soon ?