Skip to content

Debugging "CUDA kernel not found in registries for Op type" #23434

Answered by axbycc-mark
axbycc-mark asked this question in EP Q&A
Discussion options

You must be logged in to vote

The issue had to do with the operator versioning. I exported with opset=20, which caused GridSample to be exported at version=20, for example. However, the CUDA provider has only implemented it for version=16+. Re-exporting at opset=17 fixed the issue.

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 axbycc-mark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
EP Q&A
Labels
None yet
1 participant