Colin

Results 15 comments of Colin

Though there were some bugs due to versions of some dependencies, I have successfully run it. I think reading the error carefully can help you tackle the problems. 是有一些依赖版本上的问题,但只要仔细阅读报错针对性修复,还是可以跑起来的。

Hi, we can simplify the issue as the following one. It is the imprecise result produced by XLA on CUDA that can lead to further errors as presented in the...

A more simple example to reproduce this bug: ```python from __future__ import annotations import os import pickle from os import PathLike from typing import Any, Callable, Dict, List, Tuple, Type...

Hi! is there anyone looking into this? Thanks. @benvanik

@jpienaar Hi, thanks for your reply! I tried to remove `extra_args` or set both of the options above to true or false, but in all cases I still got this...

`float32` works fine, so I think there's some issue with `float64` in IREE.

Thanks for your reply! I ran the code with compilation failure, and got this. [iree_save.zip](https://github.com/iree-org/iree/files/9709446/iree_save.zip)

「也即直到得到一个确切的结果位置都停在内核内」:或许应该为「也即直到得到一个确切的结果之前都停在内核内」。

关于 `__alltraps` 的第 2 个解释,应该是第 9 行。

关于文件夹的权限,可以参考 [https://unix.stackexchange.com/a/21263](https://unix.stackexchange.com/a/21263) 。