This commit is contained in:
edoapra 2025-03-21 17:27:00 -07:00
parent c85ecbf316
commit e994ef25f6
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -1,9 +1,9 @@
#!/usr/bin/env bash
git -q clone https://github.com/pytorch/cpuinfo
git clone -q https://github.com/pytorch/cpuinfo
cd cpuinfo
mkdir build && cd build
cmake .. >& cmake.log
tail -f cmake.log
tail -3 cmake.log
make -j3 >& make.log
tail -3 make.log
./isa-info