Using QueryPerformanceCounter and Auto-Parallelization

  • Thread starter Thread starter LegenDarius116
  • Start date Start date
L

LegenDarius116

Guest
Hello, for a project in my Computer Architecture class, I am trying to use QueryPerformanceCounter to measure the performance of <g class="gr_ gr_11 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep" data-gr-id="11" id="11">auto-parallelized</g> and auto-vectorized code. This requires me to use the /<g class="gr_ gr_10 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling" data-gr-id="10" id="10">clr</g> flag along with /arch<g class="gr_ gr_13 gr-alert gr_gramm gr_inline_cards gr_run_anim Style replaceWithoutSep" data-gr-id="13" id="13">:SSE2</g> and /Qpar. However, when building the project, I receive this error:

Command line error D8016: '/<g class="gr_ gr_9 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="9" id="9">clr</g>' and '/Qpar' command-line options are incompatible.

I am quite new to using Visual Studio 2017. Is there any way to get rid of this error?

Continue reading...
 
Back
Top