LIU Xiao
Results
2
issues of
LIU Xiao
I want to run the server on a Win7 box, and the API calls to CreateFile2/CreateFileMappingFromApp/MapViewOfFileFromApp in httplib.h prevent this (need Win8 at least), so I change them to CreateFileW/CreateFileMappingW/MapViewOfFile....
build
examples
Review Complexity : Low
server
I'm trying to achieve "3352 Effective AI TOPS / TFLOPS using the Sparsity Feature" on 5090. My code ([matmul_fp4.cpp.txt](https://github.com/user-attachments/files/19243863/matmul_fp4.cpp.txt)) is based on the cuSPARSELt example 1, it works good on...
cuSPARSELt