LIU Xiao
LIU Xiao
 I think it's better to leave it as-is.
Hi @j4yan , thanks for the help, the program worked after I specified scales of A and B. But I can only get around 1680-1740 TFLOPS (with 8192x8192x8192), far from...
Hi @j4yan, 1. Half of the `CompressedSize()` is 56.25% of `A_size` for matrix size >= 256, and I got internal error with `MatmulSearch()` for matrix size = 4096. From the...
@ngxson the upstream repo has fixed the issue (yhirose/cpp-httplib#1869), set `-D_WIN32_WINNT=_WIN32_WINNT_WIN7 -DWINVER=_WIN32_WINNT_WIN7` will make it call the proper API on Win7. After I update the httplib to the latest version,...