Skip to content

Commit

Permalink
CL/Vulkan: Fix missing init() for clLinkProgram
Browse files Browse the repository at this point in the history
Fixing missed init() call/routine when creating
the CLProgramVk object during clLinkProgram.

Bug: angleproject:366411889
Change-Id: I13402b823746a59b3f0539830a6cde64b6201ae9
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5860305
Reviewed-by: Shahbaz Youssefi <[email protected]>
Commit-Queue: Austin Annestrand <[email protected]>
Reviewed-by: Geoff Lang <[email protected]>
  • Loading branch information
annestrand authored and Angle LUCI CQ committed Sep 17, 2024
1 parent f2d9d75 commit 89f9ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libANGLE/renderer/vulkan/CLContextVk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ angle::Result CLContextVk::linkProgram(const cl::Program &program,
{
ANGLE_CL_RETURN_ERROR(CL_OUT_OF_HOST_MEMORY);
}
ANGLE_TRY(programImpl->init());

cl::DevicePtrs linkDeviceList;
CLProgramVk::LinkProgramsList linkProgramsList;
Expand Down

0 comments on commit 89f9ea0

Please sign in to comment.