Jae Hoon (Antonio) Kim
Jae Hoon (Antonio) Kim
Why was this issue closed? xtensor does not yet have GPU support, does it?
are there any updates on a timeline for when xtensor might have GPU support?
@wm901115nwpu You need to use the latest nightly PyTorch. It will not work with the 1.12 release. The non-native keyword is something that was added after the release 1.12 branch...
> do we have a list of Ops somewhere ? A full list of ops is autogenerated from [GeneratedTorchOps.td](https://github.com/llvm/torch-mlir/blob/main/include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td). Basically any op on there that can be codegen'd is included....
I unfortunately do not have any windows machines to help debug or test this. But like @powderluv said, please feel free to submit a PR with the fixes and I'll...
Manually running the `fd` command via `ssh` appears to return the proper file paths without the escape characters ``` $ ssh [server ip address] "cd [project path] && fd ....
Not sure why this only started appearing now, but I solved this by adding `--color=never` to the fd arg list, ``` (setq projectile-git-fd-args "-0 -H --color=never --type file --exclude .git...
@Viicos Is what you are saying that there is no way to differentiate between a `field_validator` and a `model_validator`? Is there any situation where returning `None` in a `model_validator` makes...
Are there any updates on this? It would really be nice to be able to have nested groups.
In case original responders are no longer actively contributing to TensorBoard anymore. CC: @arcra