Skip to content
Discussion options

You must be logged in to vote

Unfortunately, there is no way to fall back to the CPU because during export the model has already been converted to a delegate specific IR. However, this is definitely an issue with Vulkan's lowering logic in that it is lowering operators with unsupport input/output dtypes.

The easiest fix here is to add support for running concat with integer inputs; I will put up a PR to enable that shortly.

In the long term, I will also update Vulkan's lowering logic to avoid lowering ops that have unsupported dtypes as inputs.

Apologies for the inconvenience!

@jaeokchoi

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GregoryComer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants