- 07 Apr, 2025 1 commit
-
-
leon-seidel authored
Signed-off-by:Leon Seidel <leon.seidel@fau.de>
-
- 02 Apr, 2025 1 commit
-
-
Russell Bryant authored
Signed-off-by:Russell Bryant <rbryant@redhat.com>
-
- 28 Mar, 2025 2 commits
-
-
Russell Bryant authored
Signed-off-by:Russell Bryant <rbryant@redhat.com>
-
Ce Gao authored
Signed-off-by:Ce Gao <cegao@tensorchord.ai>
-
- 26 Mar, 2025 1 commit
-
-
Alex Brooks authored
Signed-off-by:
Alex-Brooks <Alex.brooks@ibm.com> Co-authored-by:
Joe Runde <joe@joerun.de>
-
- 20 Mar, 2025 1 commit
-
-
Russell Bryant authored
Signed-off-by:
Russell Bryant <rbryant@redhat.com> Co-authored-by:
Loc Huynh <lohuynh@microsoft.com> Co-authored-by:
Michal Moskal <michal@moskal.me> Co-authored-by:
Aaron Pham <contact@aarnphm.xyz>
-
- 17 Mar, 2025 1 commit
-
-
Aaron Pham authored
Signed-off-by:
Russell Bryant <rbryant@redhat.com> Signed-off-by:
Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com> Signed-off-by:
Aaron Pham <contact@aarnphm.xyz> Co-authored-by:
rshaw@neuralmagic.com <rshaw@neuralmagic.com> Co-authored-by:
Russell Bryant <rbryant@redhat.com> Co-authored-by:
Robert Shaw <114415538+robertgshaw2-redhat@users.noreply.github.com>
-
- 15 Mar, 2025 1 commit
-
-
Russell Bryant authored
-
- 06 Mar, 2025 1 commit
-
-
Ce Gao authored
-
- 02 Mar, 2025 1 commit
-
-
Ce Gao authored
Signed-off-by:Ce Gao <cegao@tensorchord.ai>
-
- 26 Feb, 2025 2 commits
-
-
Wallas Henrique authored
Signed-off-by:
Wallas Santos <wallashss@ibm.com> Signed-off-by:
Joe Runde <Joseph.Runde@ibm.com> Co-authored-by:
Joe Runde <Joseph.Runde@ibm.com>
-
Seth Kimmel authored
Signed-off-by:Seth Kimmel <seth.kimmel3@gmail.com>
-
- 25 Feb, 2025 1 commit
-
-
Russell Bryant authored
Signed-off-by:Russell Bryant <rbryant@redhat.com>
-
- 20 Feb, 2025 1 commit
-
-
Joe Runde authored
Signed-off-by:Joe Runde <Joseph.Runde@ibm.com>
-
- 18 Feb, 2025 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <mgoin64@gmail.com>
-
- 14 Feb, 2025 2 commits
-
-
Yu-Zhou authored
-
Russell Bryant authored
-
- 11 Feb, 2025 1 commit
-
-
Yuan Tang authored
Signed-off-by:Yuan Tang <terrytangyuan@gmail.com>
-
- 02 Feb, 2025 1 commit
-
-
Russell Bryant authored
- **Add SPDX license headers to python source files** - **Check for SPDX headers using pre-commit** commit 9d7ef44c3cfb72ca4c32e1c677d99259d10d4745 Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:18:24 2025 -0500 Add SPDX license headers to python source files This commit adds SPDX license headers to python source files as recommended to the project by the Linux Foundation. These headers provide a concise way that is both human and machine readable for communicating license information for each source file. It helps avoid any ambiguity about the license of the code and can also be easily used by tools to help manage license compliance. The Linux Foundation runs license scans against the codebase to help ensure we are in compliance with the licenses of the code we use, including dependencies. Having these headers in place helps that tool do its job. More information can be found on the SPDX site: - https://spdx.dev/learn/handling-license-info/ Signed-off-by:Russell Bryant <rbryant@redhat.com> commit 5a1cf1cb3b80759131c73f6a9dddebccac039dea Author: Russell Bryant <rbryant@redhat.com> Date: Fri Jan 31 14:36:32 2025 -0500 Check for SPDX headers using pre-commit Signed-off-by:
Russell Bryant <rbryant@redhat.com> --------- Signed-off-by:
Russell Bryant <rbryant@redhat.com>
-
- 31 Jan, 2025 1 commit
-
-
Ryan Nguyen authored
**[Guided decoding performance optimization]** Sending the guided decoding bitmask in xgrammar to the GPU (`self.token_bitmask.to(scores.device)`) is a blocking operation that prevents the CPU from pre-launching the sampler kernels. The CPU waits until decode is complete, then copies the bitmask over. This PR changes the operation to async via setting `non-blocking=True`. (Current) The CPU is blocked on a `cudaStreamSynchronize` and only pre-empts the sampling kernels after bitmask application. Below is the Nsys profile for one decode phase from Llama 3.1 8B.  With the optimization, this is no longer the case:  --------- Signed-off-by:
Ryan N <ryan.nguyen@centml.ai>
-
- 21 Jan, 2025 1 commit
-
-
Cheng Kuan Yong Jason authored
Signed-off-by:Jason Cheng <jasoncky96@gmail.com>
-
- 19 Jan, 2025 1 commit
-
-
Michal Adamczyk authored
Signed-off-by:Michal Adamczyk <madamczyk@habana.ai>
-
- 31 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 30 Dec, 2024 1 commit
-
-
youkaichao authored
Signed-off-by:youkaichao <youkaichao@gmail.com>
-
- 23 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 19 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 18 Dec, 2024 1 commit
-
-
Wallas Henrique authored
-
- 14 Dec, 2024 1 commit
-
-
Russell Bryant authored
Signed-off-by:Russell Bryant <rbryant@redhat.com>
-
- 12 Dec, 2024 1 commit
-
-
Cody Yu authored
-
- 11 Dec, 2024 1 commit
-
-
Kevin H. Luu authored
-
- 10 Dec, 2024 2 commits
-
-
Russell Bryant authored
Signed-off-by:Russell Bryant <rbryant@redhat.com>
-
Jeff Cook authored
-
- 06 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 05 Dec, 2024 1 commit
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
- 03 Dec, 2024 2 commits
-
-
Michael Goin authored
Signed-off-by:mgoin <michael@neuralmagic.com>
-
Aaron Pham authored
Signed-off-by:
Aaron Pham <contact@aarnphm.xyz> Signed-off-by:
mgoin <michael@neuralmagic.com> Co-authored-by:
mgoin <michael@neuralmagic.com>
-
- 26 Oct, 2024 1 commit
-
-
Vasiliy Alekseev authored
Signed-off-by:Vasily Alexeev <alvasian@yandex.ru>
-
- 25 Oct, 2024 1 commit
-
-
Travis Johnson authored
Signed-off-by:
Travis Johnson <tsjohnso@us.ibm.com> Co-authored-by:
pavlo-ruban <pavlo.ruban@servicenow.com> Co-authored-by:
Nick Hill <nickhill@us.ibm.com>
-
- 01 Oct, 2024 1 commit
-
-
Joe Runde authored
Signed-off-by:
Joe Runde <Joseph.Runde@ibm.com> Co-authored-by:
Nick Hill <nickhill@us.ibm.com>
-
- 19 Sep, 2024 1 commit
-
-
Roger Wang authored
-