FBGEMM
FBGEMM copied to clipboard
include <torch/csrc/jit/runtime/static/ops.h> No such file or directory
I am building fbgemm_gpu from source, and this include throw an error. I found that this file is not included in the installed path of pytorch:
Hi @fmo-mt, torch 2.7.0 is very old by now and is no longer supported in the latest fbgemm releases. Please try with torch 2.9 instead. The build instructions we work with are located here.
thanks @q10 , I fixed this after upgrade torch to v2.9.0.
Btw, do you know how to run all unittest for fbgemm_gpu? I couldn't find the instructions of this.
Hi @fmo-mt you can use the instructions here.