Skip to content

Commit

Permalink
Revert previous change
Browse files Browse the repository at this point in the history
Revert ignoring L1 hit in visa scheduling due to perf regression. Need
to understand the issue better and then decide what to do next.
  • Loading branch information
jgu222 authored and igcbot committed Aug 27, 2024
1 parent 703eaeb commit 8b403e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visa/include/VISAOptionsDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ DEF_VISA_OPTION(vISA_LocalSchedulingEndBB, ET_INT32, "-scheduleEndBB", UNUSED,
UINT_MAX)
DEF_VISA_OPTION(vISA_assumeL1Hit, ET_BOOL, "-assumeL1Hit", UNUSED, false)
DEF_VISA_OPTION(vISA_ignoreL1Hit, ET_BOOL, "-ignoreL1Hit",
"Ignore LSC L1Hit cache option when calculating latency in scheduling", true)
"Ignore LSC L1Hit cache option when calculating latency in scheduling", false)
DEF_VISA_OPTION(vISA_writeCombine, ET_BOOL, "-writeCombine", UNUSED, true)
DEF_VISA_OPTION(vISA_Q2FInIntegerPipe, ET_BOOL, "-Q2FInteger", UNUSED, false)
DEF_VISA_OPTION(vISA_LocalScheduleingStartKernel, ET_INT32,
Expand Down

0 comments on commit 8b403e6

Please sign in to comment.