Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if the size is zero in addition to other checks for packedQKV #23266

Closed
wants to merge 4 commits into from

restore

912a597
Select commit
Loading
Failed to load commit list.
Closed

Check if the size is zero in addition to other checks for packedQKV #23266

restore
912a597
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 6, 2025 in 4s

4 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 4 configurations present on refs/heads/main were not found:

API upload

  • ❓  <default>

Actions workflow (codeql.yml)

  • ⌛  .github/workflows/codeql.yml:analyze/language:java
  • ⌛  .github/workflows/codeql.yml:analyze/language:python

Actions workflow (linux_training.yml)

  • ❓  /language:cpp

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 88 in js/web/lib/wasm/jsep/webgpu/ops/group-query-attention.ts

See this annotation in the file changed.

Code scanning / CodeQL

Comparison between inconvertible types Warning

Variable 'key' cannot be of type null, but it is compared to
an expression
of type null.