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

Promotion from AMD internal branch for 2023.Q3.3 #2735

Closed
wants to merge 2 commits into from
Closed

Promotion from AMD internal branch for 2023.Q3.3 #2735

wants to merge 2 commits into from

Conversation

chuang13
Copy link
Contributor

No description provided.

* Include dev changes inclusive to 9129dcf with 80970a1 reverted
* Add navi32 support
* [Continuations] Improve payload field copy mechanism
* Handle multiple token types in legacy cleanup
* [Continuations] Update lit tests to UTC version 3
* Refine relocatable shader
* Remove IShaderCache in LLPC
* Remove an outdated workaround
* Add location mask for uber fetch shader
* Remove i64 support in post-process
* Remove getAliasedFunction
* Match the lgccps function prototype
* Update CreateImageQuerySamples for new image resource layout
* Contain alpha channel For VK_FORMAT_A8_UNORM_KHR
* Update ALPHA_TO_MASK_DISABLE in color export shader
* lgc now depends on lgcrt
* Add lgccps support to continuations
* Add continuations into build
* Fix the failure for VK.pipeline.*.extended_dynamic_state.*.color_blend_dual_index_1 cases
* [Continuations]Fix case of small max hit attribute size
* Fix the user data argument.
* [Continuations] Remove some typed pointer code
* [Continuations] Add stack size metadata helpers
* Support origin_lower_left in LLPC
* [Continuations] Rename CleanupContinuation pass
* [Continuations] Run lit tests in opaque pointer mode
* RegisterMetadataBuilder: remove the wrong check for updating SPI_PS_INPUT_CNTL_.offset
* Support spv extended vertex varying attribute formats emulation.
* [Continuations]Move existing tests to dx subdirectory
* Fix tablegen incantations for multi-config builds
* Fix clang lgc test failure 'cps-unify-exits.lgc'
* Change shader interface of shaderIdentifier
* ColorExportShader: Fix "s_waitcnt"
@chuang13 chuang13 requested a review from a team as a code owner September 28, 2023 07:20
@amdvlk-admin
Copy link

f9d6782 Jenkins build error.
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:789:10: error: base operand of ‘->’ has non-pointer type ‘llvm::CallInst’
789 | CInst->replaceAllUsesWith(IsGlobal);
| ^~
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:790:10: error: base operand of ‘->’ has non-pointer type ‘llvm::CallInst’
790 | CInst->eraseFromParent();
| ^~
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp: In lambda function:
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:812:10: error: base operand of ‘->’ has non-pointer type ‘llvm::CallInst’
812 | CInst->replaceAllUsesWith(Addr);
| ^~
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:813:10: error: base operand of ‘->’ has non-pointer type ‘llvm::CallInst’
813 | CInst->eraseFromParent();
| ^~
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp: In member function ‘void llvm::LowerRaytracingPipelinePassImpl::processFunctionEnd(llvm::IRBuilder<>&, llvm::LowerRaytracingPipelinePassImpl::FunctionData&, llvm::LowerRaytracingPipelinePassImpl::FunctionEndData&)’:
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:1226:19: warning: unused variable ‘Callee’ [-Wunused-variable]
1226 | if (auto *Callee = Call->getCalledFunction()) {

@tsymalla
Copy link
Contributor

Should be fixed by #2736

@qiaojbao qiaojbao closed this Sep 28, 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.

4 participants