Can someone clarify the awarding of points if using TBB?
The scoring criterion from the
quicksort problem set states:
Intel Technology Used: (maximum 40 pts for this problem set)
Use of Intel Threading Building Blocks 25 pts
Use of TBB concurrent_queue container 5 pts
Use of Intel compiler to build 10 pts
And the
official rules state:
- 0-100 bonus points for using Intel® Threading Building Blocks in the solution
After submitting a working solution, using TBB, I only see 100 points awarded for the submission. No points were given for using TBB, solving the problem, nor for many other of the criterion stated.
Thanks in advance for any help.