"sgl-kernel/git@developer.sourcefind.cn:change/sglang.git" did not exist on "4caca1ba0430a4ce4e96162c7d25cfebacb1153e"
  • Xin Yao's avatar
    [Feature] Bump DLPack to v0.7 and decouple DLPack from the core library (#4454) · cded5b80
    Xin Yao authored
    * rename `DLContext` to `DGLContext`
    
    * rename `kDLGPU` to `kDLCUDA`
    
    * replace DLTensor with DGLArray
    
    * fix linting
    
    * Unify DGLType and DLDataType to DGLDataType
    
    * Fix FFI
    
    * rename DLDeviceType to DGLDeviceType
    
    * decouple dlpack from the core library
    
    * fix bug
    
    * fix lint
    
    * fix merge
    
    * fix build
    
    * address comments
    
    * rename dl_converter to dlpack_convert
    
    * remove redundant comments
    cded5b80
test_csrmm.cc 7.29 KB