Benson Ma

Results 53 comments of Benson Ma

Fortunately, I am able to run the pinty example without problems. I am running on a Mac machine with clang 3.5. What is the command/compile flag I need to disable...

Hi @momingh I think you have to install CUDA: ``` libcudart.so.12: cannot open shared object file: No such file or directory ``` Please follow the instructions [here](https://pytorch.org/FBGEMM/fbgemm_gpu-development/InstallationInstructions.html) to do this,...

Hi @zhuhaozhe we will look into this.

@zhuhaozhe we closed out https://github.com/pytorch/FBGEMM/pull/2461 yesterday, which should fix the issue. Can you verify you can build FBGEMM under gcc 11+ now?

The latest stable of release of FBGEMM_GPU is targeted to binary compatibility with torch 2.3.x. The nightliy version should be used for running against torch 2.4.x: ``` pip install --pre...

We have not run into the issue `undefined symbol: _ZNK3c105Error4whatEv` before. However, I suspect it might have to do with the exact nightly version of PyTorch, and that a more...

Hi @wookjeHan we no longer support fbgemm v0.7.0, please use at least v1.0.0, and let us know if you still run into this error.

Hi @ankur6ue it is likely that you have an old version of glibc that does not contain symbols for GLIBCXX 2.29. You will need to install a more recent version...

> Actucally there's no such symbol in any PyTorch libraries, we can only find `torch::autograd::PyNode::name() const` in `libtorch_python.so`. `torch::autograd::Node::name() const` only shows at the cpp sources of PyTorch, and does...

> > > Actucally there's no such symbol in any PyTorch libraries, we can only find `torch::autograd::PyNode::name() const` in `libtorch_python.so`. `torch::autograd::Node::name() const` only shows at the cpp sources of PyTorch,...