Skip to content

Commit

Permalink
Fix backend name for vulkan PJRT plugin
Browse files Browse the repository at this point in the history
Signed-off-by: PragmaTwice <[email protected]>
  • Loading branch information
PragmaTwice committed Nov 23, 2024
1 parent 45abc51 commit d06204e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pjrt/src/iree_pjrt/vulkan/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ iree_status_t VulkanClientInstance::CreateDriver(
}

bool VulkanClientInstance::SetDefaultCompilerFlags(CompilerJob* compiler_job) {
return compiler_job->SetFlag("--iree-hal-target-backends=vulkan");
return compiler_job->SetFlag("--iree-hal-target-backends=vulkan-spirv");
}

} // namespace iree::pjrt::vulkan

0 comments on commit d06204e

Please sign in to comment.