Skip to content

Commit

Permalink
gpu: jit: gemm: don't free variables from r0 header
Browse files Browse the repository at this point in the history
  • Loading branch information
petercad committed May 17, 2024
1 parent da4d5e6 commit 743dcdc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpu/intel/jit/gemm/gen_gemm_kernel_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20030,7 +20030,6 @@ void gemm_kernel_generator_t<hw>::gemmSimpleLinearOrder(
state);

if (!strategy.persistent) {
state.ra.safeRelease(state.inputs.groupIDMN);
state.ra.safeRelease(state.inputs.groupCountM);
state.ra.safeRelease(state.inputs.groupCountN);
state.ra.safeRelease(state.inputs.gcMNRecip);
Expand Down

0 comments on commit 743dcdc

Please sign in to comment.