/MHEGRU

GRU with implemented with MHEAAN

Primary LanguageC++

MHEGRU

GRU implemented with MHEAAN

Install

mkdir build
cd build
cmake ..
make

Measuring execution times for Table 1

Table1

  1. debug 모드로 실행해서 출력되는 로그를 num_threads_[num_threads].txt 로 기록
$ ./bulid/MHEGRU -d -n [num_threads] | tee path_to_log_files/num_threads_[num_threads].txt

Untitled

  1. 파이썬 코드로 로그 파싱 (같은 operation 이 여러 번 실행되면 average를 취합니다)
$ python python/plots/parse_profile.py --input path_to_log_files
  1. profile_kernel.csv 생성

Untitled