Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INVALID_ARGUMENT: MIOpenSupport::ConvolveRunnerFromDesc requires AlgorithmProto.workspace_size, but it was missing. #2800

Closed
JoeNan1 opened this issue Jan 9, 2025 · 1 comment

Comments

@JoeNan1
Copy link

JoeNan1 commented Jan 9, 2025

When starting xla with the r2.13-rocm-enhanced-hipblaslt version, the following appears when running the program:
Traceback (most recent call last):
File "/root/test2.py", line 179, in
main()
File "/root/test2.py", line 171, in main
sess.run(out_names, feed_dict=feed_dict)
File "/usr/local/lib/python3.10/site-packages/tensorflow/python/client/session.py", line 969, in run
result = self._run(None, fetches, feed_dict, options_ptr,
File "/usr/local/lib/python3.10/site-packages/tensorflow/python/client/session.py", line 1192, in _run
results = self._do_run(handle, final_targets, final_fetches,
File "/usr/local/lib/python3.10/site-packages/tensorflow/python/client/session.py", line 1372, in _do_run
return self._do_call(_run_fn, feeds, fetches, targets, options,
File "/usr/local/lib/python3.10/site-packages/tensorflow/python/client/session.py", line 1398, in _do_call
raise type(e)(node_def, op, message) # pylint: disable=no-value-for-parameter
tensorflow.python.framework.errors_impl.InvalidArgumentError: Graph execution error:

2 root error(s) found.
(0) INVALID_ARGUMENT: MIOpenSupport::ConvolveRunnerFromDesc requires AlgorithmProto.workspace_size, but it was missing.
[[{{node cluster_39_1/xla_run}}]]
[[cluster_39_1/merge_oidx_27299/_99629]]
(1) INVALID_ARGUMENT: MIOpenSupport::ConvolveRunnerFromDesc requires AlgorithmProto.workspace_size, but it was missing.
[[{{node cluster_39_1/xla_run}}]]

But the r2.13-rocm-enhanced version is fine

@JoeNan1
Copy link
Author

JoeNan1 commented Jan 9, 2025

@pemeliya

@JoeNan1 JoeNan1 closed this as completed Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant