In this thread, I learned how to compile for Android the file pytorch/binaries/speed_benchmark_torch.cc
, which lets you benchmark the speed of torchscript models. However, for debugging purposes, I’d like to build this file for my desktop computer’s Intel CPU, so that I can better debug some failures I am getting.
Does anyone know how to compile speed_benchmark_torch.cc
for desktop CPU?