GRU implemented with MHEAAN
mkdir build
cd build
cmake ..
make
- debug 모드로 실행해서 출력되는 로그를 num_threads_[num_threads].txt 로 기록
$ ./bulid/MHEGRU -d -n [num_threads] | tee path_to_log_files/num_threads_[num_threads].txt
- 파이썬 코드로 로그 파싱 (같은 operation 이 여러 번 실행되면 average를 취합니다)
$ python python/plots/parse_profile.py --input path_to_log_files
- profile_kernel.csv 생성