-
### 🐛 Describe the bug
```python
import torch
x = torch.tensor([2**-10], dtype=torch.float16, device='cuda')
exp = torch.tensor([20], dtype=torch.float16, device='cuda')
torch.ldexp(x, exp)
``…
-
### 🐛 Describe the bug
The [current implementation](https://github.com/pytorch/pytorch/blob/main/torch/utils/data/dataloader.py#L627) of `torch.autograd.profiler.record_function` within the `__next…
-
### 🐛 Describe the bug
When using torch.compile, parameter freezing can be enabled on Inductor with torch._inductor.config.freezing flag. Dynamo checks this flag and adds the model parameters and buf…
-
I am working on a bug fix for mxnet master with my horovod branch: https://github.com/eric-haibin-lin/horovod/tree/mx2
I noticed that the example passes if I use mxnet built from source:
```
# i…
-
While setting up the k8s cluster on Ubuntu 18.04, with single nic and without sbt. The contiv-vswitch pod is showing CrashLoopBackOff status.
sbyk8s:~$ cat /proc/meminfo | grep Huge
AnonHugePages:…
-
As we add more machines, and write more pipeline scripts for various builds and tests in Jenkins, it is useful to settle on a labelling scheme that will allow us flexibility and improved machine manag…
-
### Name
hypervisor-firmware
### Purpose
This component is an ELF binary (compatible with the vmlinux loading convention used by the linux-loader crate) that can load a guest operating system…
-
First and foremost, excellent work, huge respect for that. I am facing a blank screen issue on VM startup.
I have closely followed all the required steps. When I SSH into my host, I can see the VM…
-
Hey base OS Centos 8
Docker version 19.03.5, build 633a0ea
QEMU emulator version 1.5.3 (qemu-kvm-1.5.3-173.el7_8.3), Copyright (c) 2003-2008 Fabrice Bellard
jenkins-osx ~]# lscpu | grep Virtualiza…
-
1. Setup fabric8 using [Minikube](http://fabric8.io/guide/getStarted/minikube.html)
2. Install fabric8
> gofabric8 version
> gofabric8, version '0.4.64' (branch: 'master', revision: '7c295…