baidu-research / warp-ctc

Fast parallel CTC.
Apache License 2.0
4.06k stars 1.04k forks source link

fix Ninja incremental compile bug of warpctc #171

Closed zhwesky2010 closed 3 years ago

zhwesky2010 commented 3 years ago
  1. The second Ninja compilation failed because the rules were different with the first Ninja compilation, so the incremental compilation could not be used on warpctc.

  2. this PR fix this bug and will use warpctc cache to speed compile later.

image