README 696 B

1234567891011
  1. Hotspot input files come in pairs. One file represents power data and one
  2. represents temperature data. They each represent a square matrix of values. The
  3. number in the filename is the number of values on a side of the matrix. For
  4. example, temp_64 represents a 64 x 64 matrix.
  5. The files temp_64, temp_512, temp_1024, power_64, power_512, and power_1024 are
  6. prexisting input files of real data. To obtain inputs of different sizes,
  7. expand these using hotspotex, and verify their correctness using hotspotver. To
  8. run these programs, edit hotspotex.cpp and hotspotver.cpp to uncomment the
  9. appropriate header file, make, and run them. Headers are provided for input
  10. sizes of powers of 2 up to 16384.