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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: