Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 553 Bytes

File metadata and controls

6 lines (6 loc) · 553 Bytes

python-projects

  1. tomasulo_processor_demo/ : This folder contains a script to show the workings of a Tomasulo based processor.
  2. tomasulo_vector_proc/ : Implementation of a simple vector processor based on Tomasulo algorithm
  3. measure_power_temperature/ : Sample scripts for GPU power,utilization and temperature measurement with running workload.
  4. eval_statistical_significance/: Evaluate the statistical significance of data in the context of a specified function
  5. perf/ and misc/ : Sample python code examples including generic project code