cleanup sgl-kernel (#4933)
This commit is contained in:
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -1,12 +1,4 @@
|
|||||||
[submodule "sgl-kernel/3rdparty/cutlass"]
|
|
||||||
path = sgl-kernel/3rdparty/cutlass
|
|
||||||
url = https://github.com/NVIDIA/cutlass.git
|
|
||||||
[submodule "sgl-kernel/3rdparty/cccl"]
|
|
||||||
path = sgl-kernel/3rdparty/cccl
|
|
||||||
url = https://github.com/NVIDIA/cccl.git
|
|
||||||
[submodule "sgl-kernel/3rdparty/flashinfer"]
|
[submodule "sgl-kernel/3rdparty/flashinfer"]
|
||||||
path = sgl-kernel/3rdparty/flashinfer
|
path = sgl-kernel/3rdparty/flashinfer
|
||||||
url = https://github.com/flashinfer-ai/flashinfer.git
|
url = https://github.com/sgl-project/flashinfer.git
|
||||||
[submodule "sgl-kernel/3rdparty/deepgemm"]
|
branch = sgl-kernel
|
||||||
path = sgl-kernel/3rdparty/deepgemm
|
|
||||||
url = https://github.com/deepseek-ai/DeepGEMM
|
|
||||||
|
|||||||
1
sgl-kernel/3rdparty/cccl
vendored
1
sgl-kernel/3rdparty/cccl
vendored
Submodule sgl-kernel/3rdparty/cccl deleted from b5fe509fd1
1
sgl-kernel/3rdparty/cutlass
vendored
1
sgl-kernel/3rdparty/cutlass
vendored
Submodule sgl-kernel/3rdparty/cutlass deleted from 06e560d98a
1
sgl-kernel/3rdparty/deepgemm
vendored
1
sgl-kernel/3rdparty/deepgemm
vendored
Submodule sgl-kernel/3rdparty/deepgemm deleted from 3b3783d06c
2
sgl-kernel/3rdparty/flashinfer
vendored
2
sgl-kernel/3rdparty/flashinfer
vendored
Submodule sgl-kernel/3rdparty/flashinfer updated: 79fd1ae90d...2b9f16eb79
@@ -36,10 +36,10 @@ docker exec -it sglang_zhyncs /bin/zsh
|
|||||||
|
|
||||||
Third-party libraries:
|
Third-party libraries:
|
||||||
|
|
||||||
- [CCCL](https://github.com/NVIDIA/cccl)
|
|
||||||
- [CUTLASS](https://github.com/NVIDIA/cutlass)
|
- [CUTLASS](https://github.com/NVIDIA/cutlass)
|
||||||
- [FlashInfer](https://github.com/flashinfer-ai/flashinfer)
|
- [FlashInfer](https://github.com/flashinfer-ai/flashinfer)
|
||||||
- [DeepGEMM](https://github.com/deepseek-ai/DeepGEMM)
|
- [DeepGEMM](https://github.com/deepseek-ai/DeepGEMM)
|
||||||
|
- [FlashAttention](https://github.com/Dao-AILab/flash-attention)
|
||||||
|
|
||||||
### Kernel Development
|
### Kernel Development
|
||||||
|
|
||||||
|
|||||||
@@ -453,3 +453,36 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
|
Notice for Dao-AILab/flash-attention
|
||||||
|
-------------------------------
|
||||||
|
|
||||||
|
BSD 3-Clause License
|
||||||
|
|
||||||
|
Copyright (c) 2022, the respective contributors, as shown by the AUTHORS file.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright notice, this
|
||||||
|
list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above copyright notice,
|
||||||
|
this list of conditions and the following disclaimer in the documentation
|
||||||
|
and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of the copyright holder nor the names of its
|
||||||
|
contributors may be used to endorse or promote products derived from
|
||||||
|
this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||||
|
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
|
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||||
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||||
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
|
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|||||||
Reference in New Issue
Block a user