Skip to content

Commit f17a098

Browse files
committed
xe: jit: gemm: fixup save flag register condition
1 parent 8e64faf commit f17a098

File tree

1 file changed

+1
-1
lines changed
  • src/gpu/intel/jit/gemm/generator/pieces

1 file changed

+1
-1
lines changed

src/gpu/intel/jit/gemm/generator/pieces/copy.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ void BLASKernelGenerator<hw>::copyExecute(CopyPlan &&plan, CommonState &state)
169169
// Prepare temporary VirtualFlagAllocators for flag allocations.
170170
// Use lock bits to track overwritable flags.
171171
auto raVFlag0 = state.raVFlag;
172-
if (!state.vflagsEnabled())
172+
// if (!state.vflagsEnabled())
173173
for (int i = 0; i < nflag; i++)
174174
if (!raVFlag0.isFree(VirtualFlag{i}))
175175
raVFlag0.lock(VirtualFlag{i}, true);

0 commit comments

Comments
 (0)