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

Decouple primitive generated query from xfb #2710

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

xuechen417
Copy link
Contributor

The query for primitive generated (pgq) is independent of transform feedback workflow. This PR aims to decouple pgq from xfb by taking pgq as a pipeline option.

  • Add a new interface PipelineOptions::enablePrimGeneratedQuery.
  • Guard the old interface ApiXfbOutData::forceEnablePrimStats with llpc version.

@amdvlk-admin
Copy link

Test summary for commit 7ebe376

CTS tests (Failed: 0/208496)
  • Built with version 1.3.5.2
  • Rhel 9.0, Gfx10
    • Passed: 36978/69503 (53.2%)
    • Failed: 0/69503 (0.0%)
    • Not Supported: 32525/69503 (46.8%)
    • Warnings: 0/69503 (0.0%)
    Ubuntu 22.04, Navi3x
    • Passed: 41144/69503 (59.2%)
    • Failed: 0/69503 (0.0%)
    • Not Supported: 28359/69503 (40.8%)
    • Warnings: 0/69503 (0.0%)
    Ubuntu 20.04, Navi2x
    • Passed: 41178/69490 (59.3%)
    • Failed: 0/69490 (0.0%)
    • Not Supported: 28312/69490 (40.7%)
    • Warnings: 0/69490 (0.0%)

nhaehnle
nhaehnle previously approved these changes Sep 27, 2023
The query for primitive generated (pgq) is independent of transform
feedback workflow. This PR aims to decouple pgq from xfb by taking pgq
as a pipeline option.
- Add a new interface `PipelineOptions::enablePrimGeneratedQuery`.
- Guard the old interface `ApiXfbOutData::forceEnablePrimStats` with
  llpc version.
@xuechen417
Copy link
Contributor Author

V1: Rebase.

@amdvlk-admin
Copy link

Test summary for commit 56bde82

CTS tests (Failed: 0/139021)
  • Built with version 1.3.5.2
  • Ubuntu 22.04, Navi3x
    • Passed: 41144/69517 (59.2%)
    • Failed: 0/69517 (0.0%)
    • Not Supported: 28373/69517 (40.8%)
    • Warnings: 0/69517 (0.0%)
    Ubuntu 20.04, Navi2x
    • Passed: 41177/69504 (59.2%)
    • Failed: 0/69504 (0.0%)
    • Not Supported: 28327/69504 (40.8%)
    • Warnings: 0/69504 (0.0%)

@xuechen417 xuechen417 merged commit a967a05 into GPUOpen-Drivers:dev Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants