Skip to content

Commit 6dfd202

Browse files
committed
Update base for Update on "[ET-VK] Add support for binary symint ops"
## Changes * Add an implementation for binary operators which add symbolic integers. ## Motivation Support executing llama models with dynamic shapes. This operator shows up when exporting with dynamic shapes. Differential Revision: [D75238029](https://our.internmc.facebook.com/intern/diff/D75238029/) [ghstack-poisoned]
1 parent 50de744 commit 6dfd202

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

backends/vulkan/runtime/graph/ops/DispatchNode.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ void DispatchNode::encode(ComputeGraph* graph) {
7575
}
7676

7777
void DispatchNode::write_push_constant_data() {
78-
if (push_constants_.empty()) {
79-
return;
80-
}
81-
8278
push_constants_offset_ = 0;
8379
for (const auto& push_constant : push_constants_) {
8480
push_constants_offset_ += push_constant.write(

0 commit comments

Comments
 (0)