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

Integrate the KernelEntry Function #2867

Closed
wants to merge 1 commit into from
Closed

Conversation

jiaolu
Copy link
Contributor

@jiaolu jiaolu commented Dec 5, 2023

Integrate the KernelEntry Function to the empty entry module

@jiaolu jiaolu requested a review from a team as a code owner December 5, 2023 08:54
@amdvlk-admin
Copy link

d4d4140 Jenkins build error.
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:1916:44: error: expected primary-expression before ‘.’ token
1916 | auto FuncTy = FunctionType::get(Builder.getVoidTy(), {}, false);
| ^
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:1917:21: error: ‘GpurtLibrary’ was not declared in this scope
1917 | for (auto& f : *GpurtLibrary) {
| ^~~~~~~~~~~~
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:1921:27: error: ‘GpurtLibrary’ was not declared in this scope
1921 | Function *ConKernel = GpurtLibrary->getFunction( _cont_KernelEntry );
| ^~~~~~~~~~~~
In file included from /jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/include/continuations/LowerRaytracingPipeline.h:36,
from /jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:42:
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/include/continuations/ContinuationsUtil.h: In static member function ‘static llvm::DXILShaderKind llvm::DXILContHelper::shaderStageToDxilShaderKind(lgc::rt::RayTracingShaderStage)’:

Integrate the KernelEntry Function to the empty entry module
@amdvlk-admin
Copy link

929e721 Jenkins build error.
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:1916:44: error: expected primary-expression before ‘.’ token
1916 | auto FuncTy = FunctionType::get(Builder.getVoidTy(), {}, false);
| ^
In file included from /jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/include/continuations/LowerRaytracingPipeline.h:36,
from /jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/lib/LowerRaytracingPipeline.cpp:42:
/jenkins/workspace/vulkan/sanitized-opensource/Github-PR/llpc-github-pr/driver_build/drivers/llpc/shared/continuations/include/continuations/ContinuationsUtil.h: In static member function ‘static llvm::DXILShaderKind llvm::DXILContHelper::shaderStageToDxilShaderKind(lgc::rt::RayTracingShaderStage)’:

@jiaolu jiaolu closed this Dec 5, 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.

2 participants