Yahya Lmallas
Yahya Lmallas
@bananaappletw **Unicorn** is CPU Emulation so you can use the virtual execution and generate traces and that's the part needed/used from QEMU. Unicorn is really nice and have pretty cool...
we are on 1.2 now
@Qazalin, @chenyuxyz, @geohot I have a PR to fix **inference_mode()**, **no_grad()** and **train()** modes according to [**PyTorch documentation**](https://pytorch.org/docs/stable/torch.html) correctly implement the following: [**is_grad_enabled**](https://pytorch.org/docs/stable/generated/torch.is_grad_enabled.html#torch.is_grad_enabled) [**is_inference_mode_enabled**](https://pytorch.org/docs/stable/generated/torch.is_inference_mode_enabled.html#torch.is_inference_mode_enabled) and i have added **is_train_enabled** instead...
close???