You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was following this guide but encountered errors such as
error: missing GPU target in #hal.executable.target
and
error: failed to run configuration of source executable to target executable for backend #hal.executable.target<"cuda", "cuda-nvptx-fb">
and
error: failed to configure executables
when trying to run mobilenetv2.
I solved this problem by changing the CUDA target from sm_89 to sm_86. (It still worked perfectly on my RTX4070. BTW, the CPU I'm using is AMD Ryzen 5700X even though it shouldn't matter.)
After successfully running mobilenetv2, I proceeded to run iree/tests/e2e/matmul for testing purpose. I encountered very similar errors, but this time even changing the CUDA target doesn't work. Please assist me to solve these problems.
bug 🐞Something isn't workingcodegen/nvvmNVVM code generation compiler backendsupportRequest support or ask a question
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was following this guide but encountered errors such as
and
and
when trying to run mobilenetv2.
I solved this problem by changing the CUDA target from
sm_89
tosm_86
. (It still worked perfectly on my RTX4070. BTW, the CPU I'm using is AMD Ryzen 5700X even though it shouldn't matter.)After successfully running mobilenetv2, I proceeded to run
iree/tests/e2e/matmul
for testing purpose. I encountered very similar errors, but this time even changing the CUDA target doesn't work. Please assist me to solve these problems.Beta Was this translation helpful? Give feedback.
All reactions