Skip to content

add weak_ref_tensor csrc

8ae84b5
Select commit
Loading
Failed to load commit list.
Open

Add multi-vendor C++ extension build system with CMake #73

add weak_ref_tensor csrc
8ae84b5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 3, 2026 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 72 in setup.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 32 in vllm_fl/compilation/graph.py

See this annotation in the file changed.

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.