Qijun Zhang

Results 4 issues of Qijun Zhang

## ❓ Questions and Help I used dgx-a100(8*a100) to train graphsage with UnifiedTensor, while it seems that there is something wrong. I thought a lot but found nothing about the...

## Bug When I attempt to set a large tensor as UnifiedTensor, there is an error; while small tensor doesn't. code: ``` import torch import dgl a=torch.randn(4847571,256) a=a.share_memory_() a=dgl.contrib.UnifiedTensor(a,0) ```...

triage
stale-issue

### Background Work - [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard) - [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues) - [X] Yes, I searched the [documentation](https://chipyard.readthedocs.io/) ### Chipyard Version and Hash...

bug

**Type of issue**: question **Other information**: Hello, I'm using BOOM in chipyard, and I'm simulate a vvadd.riscv from riscv-tests on it using VCS. But I have a question that, I...