ICC, SpGEMM: Fixed compilation hickups in OpenMP dynamic schedule spec.
schedule(dynamic, N ? (A * B) + 1) resulted in problems. Hence moved chunk size calculation out of the for loop.
Loading
Please sign in to comment
schedule(dynamic, N ? (A * B) + 1) resulted in problems. Hence moved chunk size calculation out of the for loop.