Skip to content

Commit 4814eca

Browse files
authored
cleanup sgl-kernel (#4933)
1 parent e62d60f commit 4814eca

File tree

7 files changed

+37
-15
lines changed

7 files changed

+37
-15
lines changed

Diff for: .gitmodules

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
[submodule "sgl-kernel/3rdparty/cutlass"]
2-
path = sgl-kernel/3rdparty/cutlass
3-
url = https://github.com/NVIDIA/cutlass.git
4-
[submodule "sgl-kernel/3rdparty/cccl"]
5-
path = sgl-kernel/3rdparty/cccl
6-
url = https://github.com/NVIDIA/cccl.git
71
[submodule "sgl-kernel/3rdparty/flashinfer"]
82
path = sgl-kernel/3rdparty/flashinfer
9-
url = https://github.com/flashinfer-ai/flashinfer.git
10-
[submodule "sgl-kernel/3rdparty/deepgemm"]
11-
path = sgl-kernel/3rdparty/deepgemm
12-
url = https://github.com/deepseek-ai/DeepGEMM
3+
url = https://github.com/sgl-project/flashinfer.git
4+
branch = sgl-kernel

Diff for: sgl-kernel/3rdparty/cccl

-1
This file was deleted.

Diff for: sgl-kernel/3rdparty/cutlass

-1
This file was deleted.

Diff for: sgl-kernel/3rdparty/deepgemm

-1
This file was deleted.

Diff for: sgl-kernel/3rdparty/flashinfer

Diff for: sgl-kernel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ docker exec -it sglang_zhyncs /bin/zsh
3636

3737
Third-party libraries:
3838

39-
- [CCCL](https://github.com/NVIDIA/cccl)
4039
- [CUTLASS](https://github.com/NVIDIA/cutlass)
4140
- [FlashInfer](https://github.com/flashinfer-ai/flashinfer)
4241
- [DeepGEMM](https://github.com/deepseek-ai/DeepGEMM)
42+
- [FlashAttention](https://github.com/Dao-AILab/flash-attention)
4343

4444
### Kernel Development
4545

Diff for: sgl-kernel/THIRDPARTYNOTICES.txt

+33
Original file line numberDiff line numberDiff line change
@@ -453,3 +453,36 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
453453
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
454454
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
455455
SOFTWARE.
456+
457+
Notice for Dao-AILab/flash-attention
458+
-------------------------------
459+
460+
BSD 3-Clause License
461+
462+
Copyright (c) 2022, the respective contributors, as shown by the AUTHORS file.
463+
All rights reserved.
464+
465+
Redistribution and use in source and binary forms, with or without
466+
modification, are permitted provided that the following conditions are met:
467+
468+
* Redistributions of source code must retain the above copyright notice, this
469+
list of conditions and the following disclaimer.
470+
471+
* Redistributions in binary form must reproduce the above copyright notice,
472+
this list of conditions and the following disclaimer in the documentation
473+
and/or other materials provided with the distribution.
474+
475+
* Neither the name of the copyright holder nor the names of its
476+
contributors may be used to endorse or promote products derived from
477+
this software without specific prior written permission.
478+
479+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
480+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
481+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
482+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
483+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
484+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
485+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
486+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
487+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
488+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)