Skip to content

Commit 3dfe673

Browse files
committed
Update on "[ET-VK][ez] Fix printing shader IRs"
## Context As title; similar to #9016 since the interface for `ComputePipeline` descriptor was reverted in #9405. Differential Revision: [D71706868](https://our.internmc.facebook.com/intern/diff/D71706868/) [ghstack-poisoned]
1 parent 54a7a11 commit 3dfe673

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

backends/vulkan/runtime/api/Context.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,7 @@ VkPipeline Context::get_shader_pipeline(
289289
spec_constants.append(additional_constants);
290290

291291
VkPipeline pipeline = pipeline_cache().retrieve(
292-
{pipeline_layout,
293-
shader_cache().retrieve(shader),
294-
spec_constants});
292+
{pipeline_layout, shader_cache().retrieve(shader), spec_constants});
295293

296294
return pipeline;
297295
}

0 commit comments

Comments
 (0)