ipe-zhangyz
ipe-zhangyz
fix the bug of incompatible tensor shapes in Quickstart for TensorFlow Users
Hello, I'm trying the Quickstart for TensorFlow Users in https://github.com/alibaba/BladeDISC/blob/main/docs/quickstart.md#quickstart-for-tensorflow-users. It seems that there is an obvious mistake in the simple demo: ```` g = tf.Graph() with g.as_default(): # reduce_sum((x...
A heterogeneous computing application usually has computing units of muitiple level, for example, a host process controls a GPU, and may uses several streams on a GPU; or a host...
In an article Exploring AMD GPU scheduling details by experimenting with “worst practices” (https://link.springer.com/article/10.1007/s11241-022-09381-y) there is a statement: ROCclr’s software queues internally share a pool of HSA queues: one software...
after setting up the environment by "pip install -r requirements.txt" and executing "bash ./scripts/long_term_forecast/ETT_script/TimesNet_ETTh1.sh", there is an error: ImportError: cannot import name 'einsum' from 'einops' requirements.txt requires to install einops...