• Ted Themistokleous's avatar
    Use copy_if and parallel execution by leveraging TBB. · 5ec4b513
    Ted Themistokleous authored
    - Add support for TBB in MIGraphX
    - Add include for TBB in DockerFile
    - Replace inner loop with copy_if and use std::execution:par to filter
    - Change heap to vector and sort in parallel in filter_boxes_per_score()
    
    With the help of Paul this cuts down NMS in ref from around 43-44s to about 2s
    5ec4b513
Dockerfile 3.42 KB