qiuchuy
qiuchuy
It _probably_ because you are missing some C++ library, which makes your Clang/Clang++ broken. Check if the appropriate libstdc++ library is installed on your system.
I also reproduced this issue following the notebook. It seems that the usage of `_init_arg_hst` and `_restore_args_dev` in [email protected] does not match their implementation in `GridExecutor` for triton-3.0.0. Upgrading triton...
> I found a solution > > btw, I find triton-3.1.0 installed via pip does not give correct results using the interpreter, possibly due to some reason mentioned in [triton-lang/triton#4274...